Skip to content

My personal scripts I daily use to make some stuffs on AWS

Notifications You must be signed in to change notification settings

lucasmarqs/aws-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS Tools

My personal scripts I daily use to make some stuffs on AWS

Index

Returns the Private IP of the EC2 instance for a given ECS service name and its cluster.

./epifes myService production
#=> 10.50.12.99

Get parameters on SSM for a given list of names.

./ssmget name_1
#[
#    {
#        "Name": "name_1",
#        "Value": "val_1"
#    }
#]

Put a parameter on SSM. See file for more reference.

./ssmput name_2 --value val_2 --type String
#{
#    "Version": 1
#}

License

This project is licensed under GLWTPL

About

My personal scripts I daily use to make some stuffs on AWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages