CloudFormation - Resources Block

CloudFormation - Resources Block


Docs and Source

Source Here


Explanation and Notes

Resources

The resources section is where you outline and define all the AWS resources that you want for the stack.

One example was defining an IAM role for use in authenticating a request to admin API endpoints. Properties and policies are defined there. However, it can be used to define any AWS service that you might need.


#aws
#cloudformation