Creating an EC2 Instance with CloudFormation
And Securely Accessing Our Instance with AWS SSM — No More SSH
Hello, World! AWS CloudFormation allows us to automate the deployment of AWS infrastructure and services, i.e., infrastructure-as-code. CloudFormation uses declarative templates, that can be written in JSON or YAML, to deploy AWS resources. A common task when working with AWS is…