https://github.com/iq-tech/aws-scripts
Scripts that simplify AWS CLI usage
https://github.com/iq-tech/aws-scripts
Last synced: about 1 month ago
JSON representation
Scripts that simplify AWS CLI usage
- Host: GitHub
- URL: https://github.com/iq-tech/aws-scripts
- Owner: IQ-tech
- Created: 2019-07-01T23:12:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T00:00:19.000Z (almost 7 years ago)
- Last Synced: 2025-02-26T15:35:33.282Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-scripts
Scripts that simplify AWS CLI usage.
## aws-codebuild
Script for starting codebuild passing only project name, source version and env variables (not required) as parameters.
### Installation
```
curl https://raw.githubusercontent.com/IQ-tech/aws-scripts/master/aws-codebuild > /usr/local/bin/aws-codebuild
chmod +x /usr/local/bin/aws-codebuild
```
### Usage
```
aws-codebuild [= ...]
```
#### Example
```
aws-codebuild messaging-services master ENVIRONMENT=development SERVICE=messages-process
```
### Usage with aws-okta
```
aws-okta exec -- aws-codebuild [= ...]
```
aws-okta: https://github.com/segmentio/aws-okta