githubEdit

How do I create an S3 bucket in DuploCloud with a specific naming convention?

Context When creating S3 buckets in DuploCloud, users need to follow a specific naming convention. The system automatically adds prefix and postfix components to the bucket name you provide. Answer When creating an S3 bucket in DuploCloud, you only need to specify the core name of your bucket. DuploCloud will automatically add the required prefix and postfix to maintain consistent naming across your infrastructure. The bucket naming structure follows this pattern: duploservices-{tenantName}-{your-bucket-name}-{AWS account number} For example: If you want to create a bucket for profile photos Enter only: profile-photos DuploCloud will automatically create the full name: duploservices-prod01-profile-photos-677276091362 Do not enter the full bucket name including prefix and postfix in the creation form, as this will cause the bucket to disappear from the list or fail to create properly.

Last updated

Was this helpful?