awslabs / awslabs/aws-cloudsaga

Issue executing CloudSaga

Open
#8 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
474
Forks
38
PR merge metrics
No merged PRs in 30d

Description

Hi,

I have a problem executing CloudSaga.

I executed it in CloudShell and I have administrator access to the AWS account.

I am getting this error:

`2022-09-23 07:49:50,878 - INFO - CreateVpc API Call
2022-09-23 07:49:51,775 - ERROR - An error occurred (DryRunOperation) when calling the CreateVpc operation: Request would have succeeded, but DryRun flag is set.
2022-09-23 07:49:51,785 - INFO - Creating rogue Amazon VPC in region ap-southeast-2...
2022-09-23 07:49:51,785 - INFO - CreateVpc API Call
2022-09-23 07:49:52,844 - ERROR - An error occurred (DryRunOperation) when calling the CreateVpc operation: Request would have succeeded, but DryRun flag is set.
2022-09-23 07:49:52,854 - INFO - Creating rogue Amazon VPC in region us-west-2...
2022-09-23 07:49:52,855 - INFO - CreateVpc API Call
2022-09-23 07:49:53,576 - ERROR - An error occurred (DryRunOperation) when calling the CreateVpc operation: Request would have succeeded, but DryRun flag is set.
2022-09-23 07:49:53,620 - INFO - Creating rogue Amazon VPC in region ca-central-1...
2022-09-23 07:49:53,620 - INFO - CreateVpc API Call
2022-09-23 07:49:54,050 - ERROR - An error occurred (DryRunOperation) when calling the CreateVpc operation: Request would have succeeded, but DryRun flag is set.
2022-09-23 07:49:54,058 - INFO - Looking for existing VPCs to run DryRun security events in region eu-central-1...
2022-09-23 07:49:54,059 - INFO - DescribeVpcs API Call
2022-09-23 07:49:54,211 - INFO - Creating Security Group in existing VPC (DryRun)...
2022-09-23 07:49:54,353 - ERROR - An error occurred (DryRunOperation) when calling the CreateSecurityGroup operation: Request would have succeeded, but DryRun flag is set.
2022-09-23 07:49:54,362 - INFO - Looking for existing VPCs to run DryRun security events in region eu-central-1...
2022-09-23 07:49:54,362 - INFO - DescribeVpcs API Call
2022-09-23 07:49:54,423 - INFO - Creating Security Group in existing VPC (DryRun)...
2022-09-23 07:49:54,558 - ERROR - An error occurred (DryRunOperation) when calling the CreateSecurityGroup operation: Request would have succeeded, but DryRun flag is set.
`

`
2022-09-23 07:22:29,268 - INFO - Spinning up Bitcoin Miners (DryRun) in region ap-northeast-3...
2022-09-23 07:22:29,268 - INFO - RunInstances API Call
2022-09-23 07:22:30,334 - ERROR - An error occurred (UnsupportedOperation) when calling the RunInstances operation: Tagging an elastic gpu on create is not yet supported in this region.
2022-09-23 07:22:30,344 - INFO - Spinning up Bitcoin Miners (DryRun) in region us-west-2...
2022-09-23 07:22:30,344 - INFO - RunInstances API Call
2022-09-23 07:22:31,635 - ERROR - An error occurred (DryRunOperation) when calling the RunInstances operation: Request would have succeeded, but DryRun flag is set.
`

`An error occurred (DryRunOperation) when calling the RunInstances operation: Request would have succeeded, but DryRun flag is set
An error occurred (UnsupportedOperation) when calling the RunInstances operation: Tagging an elastic gpu on create is not yet supported in this region
An error occurred (DryRunOperation) when calling the CreateSecurityGroup operation: Request would have succeeded, but DryRun flag is set
`

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the CloudSaga execution in CloudShell and inspect the AWS API calls named in the report: CreateVpc, CreateSecurityGroup, DescribeVpcs, and RunInstances. Compare behavior across the listed regions and determine which reported errors are expected dry-run responses versus failures; done means the issue has a clear diagnosis and an appropriate handling or documentation change.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
cloud, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.