iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
MIT License
1.43k stars 86 forks source link

Allocating a new EIP not recorded #31

Closed ustrahlendorf closed 5 years ago

ustrahlendorf commented 5 years ago

Describe the bug allocating a new EIP is not recorded, neither in CF, nor in CLI or Boto3; hove not checked the others. Problem exists also when creating a new NATGW and selecting "Create New EIP" during creation process

Related Mapping missing: AWS::EC2::EIP / aws ec2 allocate-address

Related Language If applicable to a specific language output, e.g. JavaScript

To Reproduce Steps to reproduce the behavior: Start recording

  1. Go to 'VPC'
  2. Click on 'Elastic IPs'
  3. Click on 'Allocate new address'
  4. Stop recording
  5. check Recorder Dashboard; no entry under CF, only describe entries under Boto3

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

iann0036 commented 5 years ago

Thanks as always for raising!

Fixed in 0.3.21