-
Notifications
You must be signed in to change notification settings - Fork 11
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
describe request here #340
Comments
Thank you for your interest in Elastic Beanstalk. Access to the S3 bucket you referred to here is restricted by policy. Encryption is enabled by default. |
My request cannot be satisfied simply by using IAM or S3 resource policy restrictions. The issue is:
The statement that the bucket is created with "encryption enabled" is partially correct. The bucket was created without a bucket key assigned and there was no option to enforce a bucket key nor to enforce a private bucket.. It needs to have an option to create the default S3 bucket privately and with an AWS-SSE bucket key applied. It also needs to have an option per Elastic Beanstalk environment to allow a separate S3 bucket to be assigned to the environment so that nothing is written to the default bucket. This is needed for multi-tenant AWS accounts where different organizations with separate Elastic Beanstalk environments can maintain their applications independently of one another within the same AWS account. Example:
Currently, Elastic Beanstalk forces these teams to operate from separate AWS accounts to meet their multi-tenant security requirements. |
Community Note
Elastic Beanstalk creates a single S3 bucket:
elasticbeanstalk-${AWS::Region}-${AWS::AccountId}
when the first Elastic Beanstalk environment for an account/region is created, and uses that S3 bucket for all applications implemented within the account/region.This S3 bucket is created unencrypted and with Public Access.
Please update the Elastic Beanstalk options for creating the default S3 bucket to allow for the options:
The text was updated successfully, but these errors were encountered: