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

AWS::Cloud9::EnvironmentEC2 NewAttribute-UserData #432

Closed akshayvvr closed 1 year ago

akshayvvr commented 4 years ago

1. Title AWS::AWS::Cloud9::EnvironmentEC2-NewAttribute-UserData

2. Scope of request ability to run custom scripts in cloud9 when creating it

3. Expected behavior Ideally configure cloud9 to clone git repos from a central enterprise codecommit account. We acheive this by running a script that sets git creds. If it can be automated at creation, that would be great as it can be integrated with service catalogs.

Hence, developers can create a cloud9 environment without having to worry about git configurations. It would really be a one-click deployment

4. Suggest specific test cases it should help me create an ACM Certificate given that the same account is the authority for the domain name used in the certificate.

5. Helpful Links to speed up research and evaluation.

Something similar to userdata field of an EC2 instance.

Updated API docs at https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html

6. Category (required) - Compute (EC2, ECS, EKS, Lambda)

akshayvvr commented 4 years ago

Ignore point 4

daknhh commented 7 months ago

Seams like its not implemented.... but the bot has closed the issue as completed. It would be great if this feature will be implemented