This looks great. My organization has dozens of applications that are provisioned using CDK. Adding them one by one in the console would be a pain. Can these applications be created using CloudFormation or the AWS API?
Similar question as Brett above -- is there really no other method than to create applications manually and then apply tags to Cloudformation stacks?
There does not seem to be a way of creating a "myApplications" application from a Cloudformation template and associate every resource in the resulting stack with that application.
The only way to get this to work properly is to tag the Cloudformation stack, the only way to do that is from outside the template, so you need to create "applications" elsewhere to get their ARNs and then tag the app itself.
The lack of deep and thought out integration with Cloudformation is really depressing.
So is this for grouping every resource with associated costs together?
If yes, why can't I add domains, CloudFront distributions, and other global resources?
I would like to use myApplications, but for security reasons, I would like to grant the user IAM roles with minimal privileges. What IAM roles are required? Also, do you offer managed roles?
Relevant content
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 years ago