benpottier
benpottier
I started working on this here https://github.com/benjaminpottier/amazon-ecs-cli/tree/deployment-circuit-breaker ... I should mention that Iām not super familiar with Go.
I managed to get the deployment circuit breaker working, but the waiter logic obviously doesn't have any idea about the new deployment strategy. I think the waiter would need to...
Instead I decided to check Deployments []*Deployment for the current "PRIMARY" deployment and then getting its "RolloutState". Once the RolloutState is "COMPLETED" or "FAILED" it returns. It also skips the...
> Hi @benjaminpottier! > > Oh no š that is super strange, each environment should be getting its own service discovery namespace š¤ > > Can you tell me a...
> Ohh!! got it!! > > Can you try the release with [v1.21.1](https://github.com/aws/copilot-cli/releases/tag/v1.21.1) instead? > > We had discovered a bug in our translation of the manifest, here is the...
That kind of work. But now I'm getting: ``` Statement IDs (SID) in a single policy must be unique. (Service: AmazonIdentityManagement; Status Code: 400; Error Code: MalformedPolicyDocument; Request ID: 4c4def8e-cca8-4042-884a-850a1a1bcd7a;...
> That kind of work. But now I'm getting: > > ``` > Statement IDs (SID) in a single policy must be unique. (Service: AmazonIdentityManagement; Status Code: 400; Error Code:...
Sorry, but I'm really hoping to work through this issue today so I can have a solution to move forward with the rest of my environments. I fixed the EnvManagerRole...
> > I fixed the EnvManagerRole issue > > Awesome! > > > Export insuredportal-dev-SubDomain cannot be deleted > > Hmm, is there a domain that's associated with the application?...
S3Key and S3Bucket are empty for CertificateValidationFunction, CustomDomainFunction, and DNSDelegationFunction. This is what I'm seeing for EnvironmentSubdomain: ``` EnvironmentSubdomain: Condition: DelegateDNS Value: !Sub ${EnvironmentName}.${AppName}.${AppDNSName} Description: The domain name of this...