- Newest
- Most votes
- Most comments
It seems that the activation of AWS Genomics CLI is encountering an issue during the bootstrap process, specifically related to the creation of resources like IAM roles and S3 buckets. The error message indicates that the creation of the CloudFormation stack named Agc-CDKToolkit failed due to a resource already existing (StagingBucket cdk-agc-assets-272554863871-us-east-2 already exists).
Here are some steps you can take to troubleshoot and resolve the issue:
Verify if the S3 bucket cdk-agc-assets-272554863871-us-east-2 already exists in your AWS account. If it does, ensure that it is not being used by any other process or application. If it's safe to delete, you can manually delete it from the AWS Management Console or using the AWS CLI.
After ensuring that there are no conflicting resources, retry the activation process by running agc account activate again. If the issue persists, review the CLI documentation or contact AWS support for further assistance.
Since you mentioned that you don't have permissions to alter IAM roles, ensure that the IAM role associated with your AWS credentials has the necessary permissions to create resources like IAM roles, S3 buckets, and CloudFormation stacks. You may need to work with your IT team to adjust the IAM permissions if necessary. Double-check the configuration settings provided to the AWS Genomics CLI, such as the VPC ID and S3 bucket name. Ensure that they are correctly specified and that there are no typos or errors in the configuration.
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 10 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 3 years ago