GithubHelp home page GithubHelp logo

aws-account-setup's Introduction

AWS Account Setup

One Click Deploy Link

This repo contains a cloudformation template to deploy to your fresh AWS account. It will create an IAM user to use and a Budget to notify you if you exceed a threshold of spend.

It is an AWS best practice to use IAM User accounts instead of root credentials. The IAM User provisioned will have administrator access.

Parameters

  BudgetThreshold:
    Type: String
    Description: Alarm if AWS spend is over this threshold in dollars.
    Default: 10

  Email:
    Type: String
    Description: The email to which a billing notification will be sent.

  UserName:
    Type: String
    Description: The name of the IAM user to create.

  Password:
    Type: String
    NoEcho: True
    Description: The password for your IAM user. You can change it later.

When deploying the stack, you'll want to set these parameters to fit your use case:

  • BudgetThreshold
    • This is a monthly budget, in USD. You'll recieve email notifications when you exceed 80% or 100% of the budget. The threshold is adjustable, so if you set it to $3 and later find $10 is more useful, you can update the Stack with a new value to update it.
  • Email
    • This email will recieve billing notifications based on your budget.
  • UserName
    • You'll use this value to log in to the console with your IAM User this stack creates.
  • Password
    • You'll use this password to log in. This password won't be visible in the console after you enter it.

Where to Find Me

If you liked this free resource, be free to check out my other courses at GumRoad!

All my links are on my personal site.

Email me at [email protected], follow me on GitHub, and Twitter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.