Hi,
I created the workspace using QuickStart(recommended) method and at the time of creating workspace, it asked following parameters -
AccountId -
AWSRegion
BucketName
DataS3Bucket
IAMRole.
Password
Username
WorkspaceName
The workspace was created successfully.
I am now trying to create one more workspace in the same AWS region (Sydney) and cloudformation template is failing with the status - rollback Complete.
This time it asks me different parameters as compared to previous one -
AccountId
DataS3Bucket
Password
Username
WorkspaceName
Cloudformation events showing -
The following resource(s) failed to create: [workspaceS3Bucket, workspaceIamRole, LambdaZipsBucket, functionRole]. Rollback requested by user.
functionRole
CREATE_FAILED
Resource creation canceled
LambdaZipsBucket
CREATE_FAILED
Resource creation cancelled
workspaceIamRole
CREATE_FAILED
Resource creation cancelled
workspaceS3Bucket
CREATE_FAILED
Bucket name should not contain uppercase characters
Note - I checked and bucket name is in lowercase only.
Can someone please help to identify the issue as I am not able to create one more workspace.