Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] - More customizations for the default buckets used by CloudFormation #2122

Open
mrlikl opened this issue Sep 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mrlikl
Copy link

mrlikl commented Sep 5, 2024

Name of the resource

Other

Resource name

No response

Description

The feature request is to

  1. Allow the ability for end users or Organizations to configure a default bucket when a user uploads template via Console.
  2. Potentially an option to disable default cf-template-* buckets creation
  3. And/Or a way to disable the upload a template option in web console

Other Details

No response

@mrlikl mrlikl added the enhancement New feature or request label Sep 5, 2024
@mrlikl mrlikl changed the title [Resource Type] - [Enhancement] - [Enhancement] - More customizations for the default buckets used by CloudFormation Sep 5, 2024
@georgealton
Copy link

Maybe your use case is solved by using Effect: Deny on the cloudformation:CreateUploadBucket action

Here's information from the docs

Actions Description Access level Resource types (*required) Condition keys Dependent actions
CreateUploadBucket [permission only] Grants permission to upload templates to Amazon S3 buckets. Used only by the AWS CloudFormation console and is not documented in the API reference Write

https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudformation.html

CloudFormation console-specific actions

Users who use the CloudFormation console require additional permissions that aren't required for using the AWS Command Line Interface or CloudFormation APIs. Compared to the AWS CLI and API, the console provides additional features that require additional permissions, such as template uploads to Amazon S3 buckets and drop-down lists for AWS-specific parameter types.

For all the following actions, grant permissions to all resources; don't limit actions to specific stacks or buckets.

The following required action is used only by the CloudFormation console and is not documented in the API reference. The action allows users to upload templates to Amazon S3 buckets.

cloudformation:CreateUploadBucket

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-template-actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants