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?
Hi - I have created 2 applications (MyApp = app1 comprising of a ecs container task, and a s3 bucket; MyApp = app2 comprising of another ecs container task, and a DynamoDB table). I am using the tag-sync method. Also I am using ECS on EC2 (not fargate). I have enabled 'Split Cost Allocation Data' (SCAD). But the costs in myApplications dashboard are incorrect. Is this supposed to work? But simply switching over to ECS on Fargate, the same appregistry reports costs correctly in myApplications dashboard. Thoughts?
Relevant content
- asked 5 months ago
- asked 5 months ago