Efe Karakus
Efe Karakus
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
Is it feasible to add support for `resourceTags` for `copilot env deploy` command at https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/cli/env_deploy.go#L29? This thought is similar to what is currently available for `copilot svc deploy` command/s at...
## Ask For compliance users, customers might require customizing the ingress and egress of the `EnvironmentSecurityGroup`: https://github.com/aws/copilot-cli/blob/a28a4682b4bf53e616c7840077c30e6224170498/internal/pkg/template/templates/environment/cf.yml#L138 For example, folks might want to remove the [default egress rule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#aws-properties-ec2-security-group--examples--Remove_the_default_rule) that gets...
## Ask Today, trying to delete jobs `copilot job delete` in environments with no cluster result in the following error: ``` ✘ Failed to stop running tasks of job reporter...
## Ask For creating secure environments by default, clients might want to set the `MapPublicIpOnLaunch` field for public subnets to `false`. ### Sample manifest For example, a sample manifest might...
## Ask > VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC. Flow log...
We should enable more than one `storage.volumes` with managed EFS for a single service. ## Ask Original ask: https://github.com/aws/copilot-cli/issues/1559#issuecomment-942496804 Today users are limited to a single EFS access point per...
See discussion below for details. Organizations that create VPCs in a central AWS accounts need to create copilot applications and environments in different AWS accounts. Today, the env creation fail...
## Ask The [Load Balanced Web Service](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service) manifest supports the creation of a Network Load Balancer with the [`nlb` field](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#nlb). However, today you cannot assign an [elastic IP](https://aws.amazon.com/premiumsupport/knowledge-center/elb-attach-elastic-ip-to-public-nlb/) to the...