marp | theme |
---|---|
true |
uncover |
- IaC is a must nowadays
- Complexity of the IaC demands fell defined scoop
- IaC scooping create isolation bubbles
- Bridges are created with all kind of different tech
- Layers of the company
- Networking stacks
- Application
- Core infra
- Layers of the application
- DB
- App
- CDN
- Manual wire it together
- CFN import export ( AWS native )
- SSM Parameters ( Hacky but we use it a lot)
- Maintain an asset management solution like an API
Terraform Datasources:
Data sources allow data to be fetched or computed for
use elsewhere in Terraform configuration. Use of data sources allows
a Terraform configuration to make use of information defined
outside of Terraform, or defined by another separate
Terraform configuration.
Sure we can with CFN CR (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html)