#aws
Read more stories on Hashnode
Articles with this tag
Conditions in CF template allows control of resource condition based on certain conditions. Example: create resource based on region...
Outputs in CloudFormation allows you to view Outputs through the Console or CLI. For example, displaying the PublicIP of an instance provisioned...
Mappings are fixed values in the CloudFormation template specified in key-value format. To access the mapping values, use Fn::FindInMap....
Parameter Type in CloudFormation template allows user to provide input values to the template. This allows us to reuse the template for different set...
Some of the basic CLI commands to work with CloudFormation A simple CF template to create a EC2 resource. Resources: AppServer001: Type:...
In this example, lets try to use Cloudwatch to monitor the WebApplication logs. Step #1, is to create a service role, that allows the instance to...