Efe Karakus

Results 126 comments of Efe Karakus

omg! ok it sounds like if we print with code blocks ` ``` ` instead of just the ` ` ` character this bug scenario would go away. We should...

Hi @andreas-gruenwald ! Thank you so much for providing a template with the sample list of policies to be a Copilot admin. You're right we don't have it yet in...

Here is a sample addon template for this usecase: https://gist.github.com/ColeDCrawford/d40cc0887226867f48d199d27572c743 Where a client has already existing infrastructure in the "prod" environment, and would like to only create resources in the...

Hi @tomkerswill ! To create the CloudWatch alarm are you looking for the _volume ID_ or the _EFS FileSystem ID_ ? Glancing at the CloudWatch metrics for EFS https://docs.aws.amazon.com/efs/latest/ug/efs-metrics.html I...

@gautam-nutalapati how about for operational commands, did you find that there are any paper cuts there? for example like [rolling new AMIs](https://aws.amazon.com/blogs/containers/rolling-ec2-ami-updates-with-capacity-providers-in-amazon-ecs/)?

Looks like this just dropped in CFN: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#aws-resource-rds-dbcluster--examples--Creating_an_Amazon_Aurora_Serverless_v2_DB_cluster The what's new: https://aws.amazon.com/about-aws/whats-new/2022/10/amazon-aurora-serverless-v2-supports-aws-cloudformation/ so we should be able to support this now! and everyone can also write their own `addons/` until...

Hi @tapicer, oh that's interesting, we hadn't thought of a command for migrating from v1 to v2. My understanding looking at [the docs](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.upgrade.html#aurora-serverless-v2.upgrade-from-serverless-v1-procedure) is that it can be done by...

This feature is now released in [v1.22](https://github.com/aws/copilot-cli/releases/tag/v1.22.0) 🚀 ! For the blog post: https://aws.github.io/copilot-cli/blogs/release-v122/ Release notes: https://github.com/aws/copilot-cli/releases/tag/v1.22.0

Thanks @mnitchie ! as a side-tangent, how do you deal with secrets rotation today for ECS tasks? do you force a new deployment when a rotation occurs or do you...

Hi @Andrchiamus ! If I'm understanding correctly, it sounds like you'd want separate load balancers for the `applications/` folder and another load balancer of the services under `services/` is that...