Skip to content

mrdoro/myawsbookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My AWS Bookmarks

Date: 2017-11-09

One place to store all bookmarks to AWS Accounts and Cross-Accounts Access Roles.

Features

  • Keeping AWS account links in one place.

  • Keeping AWS Cross-Account Access Roles links in on place.

  • Fast Cross-Account access link generation.

  • All data are stored locally,

  • Fast Navigation to AWS account

  • No servers required, just install on AWS S3, Github Pages etc.

You can try/use on console.lukado.eu or grab a copy and install where ever you want.

Demo

Watch the video

Instalation on S3:

  1. Clone repo: git clone: https://github.com/mrdoro/myawsbookmarks.git
  2. Create a S3 bucket: aws s3 mb s3://bucket_name --region preffered_region
  3. Configure S3 bucket as static website: aws s3 website s3://bucket_name --index-document index.html --error-document error.html
  4. Sync data to S3 (only necessary): aws s3 sync --acl public-read myawsbookmarks/ s3://bucket_name/ --exclude "*" --include "index.html" --include "assets/*"
  5. Get you website endpoint form S3 Console & Enjoy!

Author: Lukasz Dorosz @mrdoro

Inspired by Naveen Vijay project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published