Learn AWS CloudFormation for infrastructure as code (IaC).
AWS CloudFormation Master Class
https://www.udemy.com/aws-cloudformation-master-class
Skills
- AWS
- AWS CloudFormation
- AWS EC2
- AWS Subnet
- AWS SecurityGroup
- AWS EIP
- AWS S3
- json2yaml
- Amazon Web Services - Labs
- CF Parameters
- AWS CF Resource Types
- AWS CF Pseudo Parameters
- AWS CF Condition Functions
- AWS CF Templates
- AWS CF WordPress Single Instance
- Python Create AWS CloudFormation
- Custom Resources with AWS Lambda
> review 4-cloudformation-designer-demo.yaml
> review 0-parameters-hands-on.yaml
> review 0-ec2-with-sg-eip.yaml
> review 0-mappings-ec2.yaml
> review 0-create-ssh-security-group.yaml
> review 1-reference-ssh-security-group.yaml
> review 0-conditions.yaml
> review 0-interface.yaml
> review 9-cfn-init
> review 10-advanced
> cd 10-advanced
> aws cloudformation create-stack --stack-name example-cli-stack --template-body file://0-sample-template.yaml --parameters file://0-parameters.json
> aws cloudformation delete-stack --stack-name example-cli-stack
>
> pip3 install troposphere
> python3 1-troposphere-example.py