The Wayback Machine - https://web.archive.org/web/20220424043450/https://github.com/topics/aws-fargate
Skip to content
#

aws-fargate

Here are 109 public repositories matching this topic...

OlgaMaslova
OlgaMaslova commented Mar 30, 2022

Before opening, please confirm:

bug good first issue platform p2
huanjani
huanjani commented Mar 29, 2022

The --prod flag has been deprecated, so we should not show that field in the output of the env show command, or in our docs:

https://aws.github.io/copilot-cli/docs/concepts/environments/
https://aws.github.io/copilot-cli/docs/commands/env-show/

type/documentation good first issue size/S
bodgit
bodgit commented Feb 14, 2022

Description

If using an existing VPC rather than let this module create it, it now generates this error:

│ Error: "" is not a valid CIDR block: invalid CIDR address: 
│ 
│   with module.atlantis.module.efs_sg[0].module.sg.aws_security_group_rule.ingress_rules[0],
│   on .terraform/modules/atlantis.efs_sg/main.tf line 70, in resource "aws_security_group_rule" "ingress_rules":
│   70
jelder
jelder commented May 23, 2018

Errors are retried immediately and forever. Would be good to enter a truncated exponential backoff loop or similar. A full jitter algorithm is available and in use by the AWS client. We should make sure failed messages are retried after an interval derived from that.

https://github.com/Blissfully/sqs-lambda-bridge/blob/eba837a7b080092ed44706aa53125c33aa8da1be/src/aws.js#L4-L15

enhancement good first issue

Improve this page

Add a description, image, and links to the aws-fargate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aws-fargate topic, visit your repo's landing page and select "manage topics."

Learn more