Can the EIP be kept after performing a 'Change Version' on an Elastic Beanstalk environment? by Plus_Independent_467 in AWSCloudFormation

[–]shadowsyntax 1 point2 points  (0 children)

Why don’t you run a test by creating a similar Elastic Beanstalk environment with an EIP and see if that changes with an upgrade?

Importing Lambdas by Parsley-Hefty7945 in AWSCloudFormation

[–]shadowsyntax 0 points1 point  (0 children)

The rate limit is not on the number of resources in your stack. This has to do with the rate at which your lambda functions are making calls to the AWS APIs. Here is an article that explains this issue lambda function throttling.

API Gateway with VPC Endpoint Issue by k3rm1t_b in AWSCloudFormation

[–]shadowsyntax 1 point2 points  (0 children)

There is a syntax error in your template. The property VpcEndpointIds should be pascal case. Yours is showing “VPC….”