Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iann0036/AWSConsoleRecorder
Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
https://github.com/iann0036/AWSConsoleRecorder
aws aws-cli aws-console aws-sdk boto3 chrome-extension cloudformation firefox-addon terraform troposphere
Last synced: about 1 month ago
JSON representation
Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
- Host: GitHub
- URL: https://github.com/iann0036/AWSConsoleRecorder
- Owner: iann0036
- License: mit
- Archived: true
- Created: 2018-10-02T00:40:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T03:25:22.000Z (almost 4 years ago)
- Last Synced: 2024-09-27T18:41:31.140Z (3 months ago)
- Topics: aws, aws-cli, aws-console, aws-sdk, boto3, chrome-extension, cloudformation, firefox-addon, terraform, troposphere
- Language: CSS
- Homepage:
- Size: 9.46 MB
- Stars: 1,425
- Watchers: 42
- Forks: 86
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloudops - AWS Console Recorder - raw/iann0036/AWSConsoleRecorder" alt="Issues"><br><img align="right" src="https://img.shields.io/github/last-commit/iann0036/AWSConsoleRecorder">](https://github.com/iann0036/AWSConsoleRecorder) | <img align="right" src="https://img.shields.io/badge/-aws-orange" alt="AWS"> | AWS, Tools, QoL, Automation, CloudFormation | Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates | (Tools)
- awesome-cloudformation - AWSConsoleRecorder
README
# Console Recorder for AWS
[![CloudFormation](https://img.shields.io/badge/CloudFormation-85%25-orange.svg)](https://github.com/iann0036/AWSConsoleRecorderGenerator/blob/master/coverage.md#cloudformation-resource-coverage) [![Terraform](https://img.shields.io/badge/Terraform-44%25-blue.svg)](https://github.com/iann0036/AWSConsoleRecorderGenerator/blob/master/coverage.md#terraform-coverage) [![SDK/CLI](https://img.shields.io/badge/SDK%2FCLI-19%25-lightgrey.svg)](https://github.com/iann0036/AWSConsoleRecorderGenerator/blob/master/coverage.md#service-coverage)
**Check out [Former2](https://github.com/iann0036/former2) for a better maintained, more flexible solution**
> Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
![Screenshot](assets/screen1.png)
## Installation
### Google Chrome
You can download the extension from the [Chrome Web Store](https://chrome.google.com/webstore/detail/console-recorder/ganlhgooidfbijjidcpkeaohjnkeicba) or load the extension manually via chrome://extensions/.
### Mozilla Firefox
You can download the extension from [Firefox Add-ons](https://addons.mozilla.org/en-GB/firefox/addon/console-recorder/) or load the extension manually via about:addons. If loaded manually, replace the `manifest.json` file with the `firefoxManifest.json` file before loading.
## Usage
Click the orange _Console Recorder for AWS_ icon in the top-right corner of your browser window. If you do not see it, you may find it by clicking the three vertical dots and checking the top row. Once the popup is presented, click the **Start Recording** button.
![Screenshot](assets/screen2.png)
All supported actions will be recorded up until the point in which you click the icon again and select the **Stop Recording** button, at which point you will be presented with the dashboard for you to copy code from.
The following outputs are currently supported:
* Boto3 (Python) SDK
* CloudFormation
* HashiCorp Terraform
* Troposphere
* CDK (TypeScript)
* AWS CLI (v1)
* IAM Policy
* JavaScript SDK
* Go SDK (v1)## Settings
In the Settings section, there are a number of options you can set. These options take effect as soon as you change them.
### Block Mutable Requests
This option will stop any mutable requests (most things that aren't a `Get*` or `List*` action) from executing in the console, whilst still logging the generated outputs in the dashboard.
### Intercept Responses
This option will record the response body from all AWS calls. Setting this allows CloudFormation, CDK, Troposphere and Terraform to correlate actions between resources. For example, CloudFormation will use the `!Ref` and `!GetAtt` intrinsic functions to reference resource identifiers within the template.
:warning: **Note:** When Intercept Responses is set in Google Chrome, a notification telling you the extension is debugging the browser is shown for the duration of the recording for security purposes.
## Security
Network data from the AWS Management Console is recorded and information is extracted from the requests and responses. Recording data is kept entirely in memory or on local disk and is never sent over the internet or anywhere else. You should take care to remove any sensitive data (passwords etc.) when sharing your generated code/templates with others.
## Coverage
Not all actions and resources are supported yet, check [this page](https://github.com/iann0036/AWSConsoleRecorderGenerator/blob/master/coverage.md) for an up-to-date overview of supported actions and resources. This page is automatically generated.
## Bugs
Given the nature of the extension, and the frequency in which the AWS team make updates, bugs will be frequent and inevitable. If you find these bugs, check [the issues page](https://github.com/iann0036/AWSConsoleRecorder/issues) to see if it has already been raised and if not, feel free to raise it.