Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
1.43k
stars
87
forks
source link
ec2.RunInstances python "BlockDeviceMapping" typo #16
Closed
jbananas closed 5 years ago
Describe the bug Python ec2.RunInstances "BlockDeviceMappings" parameter incorrectly generating as "BlockDeviceMapping".
Related Mapping ec2.RunInstances
Related Language Python
To Reproduce Steps to reproduce the behavior:
Expected behavior boto3 ec2 client run_instances() argument is "BlockDeviceMappings" (see https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html#EC2.Client.run_instances). Recorder is currently outputting "BlockDeviceMapping".
For example: