
Topics
- Key concepts
- CloudFormation
Key concepts
- CloudFormation
- Automation: The use of software to create repeatable instructions and processes to replace or reduce human interaction with IT systems
- Cloud Governance: The people, process, and technology associated with your cloud infrastructure, security, and operations. It involves a framework with a set of policies and standard practices
- Infrastructure as Code: The process of managing and provisioning computer resources through human and machine-readable definition files, rather than physical hardware configuration or interactive configuration tools like the AWS console
- IT Audit: The examination and evaluation of an organization’s information technology infrastructure, policies and operations
CloudFormation
- CloudFormation is a AWS service for create infrastructure as code.
- it’s a yaml file
How to start with CloudFormation
- Services -> CloudFormation
- Create stack “With new resources (standard)”
- Template is ready
- Upload a template file
- Click “Choose file” button
- Select provided YAML file
- Next
CloudFormation Template sections
- Format version
- Decsription
- Parameters
- Resources
- Outputs
Resources
You owe your dreams your courage.
Koleka Putuma
One thought on “AWS : Infrastructure Deployment”