aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 56 forks source link

Make CloudFormation WaitCondition Pre-signed URL expiration time configurable #1842

Open sahilrc opened 11 months ago

sahilrc commented 11 months ago

Name of the resource

AWS::CloudFormation::WaitConditionHandle

Resource name

No response

Description

Currently CloudFormation WaitCondition handle exposes a pre-signed S3 URL for user data script to signal to indicate script execution status. However, even though the waitCondition itself has a timeout setting, the pre-signed S3 URL's expiration time isn't configurable. since the pre-signed URL itself inherits read or write credential for a particular object on S3 bucket, ideally this url should be expired after being used. This is a request to make this pre-signed URL expiration time configurable, or in line with the wait condition timeout setting itself.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-waitcondition.html

Other Details

No response