Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niranjan94/download-rds-logs
https://github.com/niranjan94/download-rds-logs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/niranjan94/download-rds-logs
- Owner: niranjan94
- License: apache-2.0
- Created: 2018-04-06T08:10:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T08:28:47.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T21:06:38.813Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
### Usage
**Get access key ID and secret access key**
1. Open the IAM console.
1. From the navigation menu, click Users.
1. Select your IAM user name.
1. Click User Actions, and then click Manage Access Keys.
1. Click Create Access Key.
1. Your keys will look something like this:
Access key ID example: `AKIAIOSFODNN7EXAMPLE`
Secret access key example: `wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`
1. Click Download Credentials, and store the keys in a secure location.**Run the tool with your credentials to download**
```bash
AWS_REGION= AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= ./download-rds-logs -instance
```#### License
```$xslt
Copyright 2018 Niranjan RajendranLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```