Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Using PowerShell to Interact with Amazon Web Services (AWS)
Rating: 4.3 out of 5(34 ratings)
770 students

Using PowerShell to Interact with Amazon Web Services (AWS)

Learn how to manipulate AWS with PowerShell
Last updated 11/2017
English

What you'll learn

  • Connect to AWS via Powershell
  • Add, List, Delete EC2 Instances
  • Add, Delete Objects from S3
  • Add, Delete and users to Groups in IAM

Course content

6 sections15 lectures1h 45m total length
  • Introduction2:34

    We will be creating a Powershell script to connect to S3 and upload files.  We will do this in a way that can be easily automated so that you can literally backup your files to an S3 bucket.

  • How to contact me with questions0:22

    Easiest way to contact me is at chris@poweraws.com.  I will do my best to respond to any e-mails within 24 hours.

Requirements

  • AWS Account
  • Windows Desktop with PowerShell installed
  • Basic PowerShell Scripting Knowledge

Description

 At the end of the course, you will be able to interact with AWS from your PowerShell console.  You will be able to Launch EC2 Instances, Interact with S3 by listing, deleting and copying objects.  In addition, you will be able to Create, assign policies and delete users from IAM

This is an introduction to using PowerShell to interact with AWS.  We will review connecting the following

  1. Setting up the environment
    • Connecting to AWS with Access Keys
    • Connecting to AWS with a profile
  2. EC2
    • Connecting to EC2
    • Listing EC2 instances
    • Creating EC2 instances
    • Deleting EC2 instances
  3. S3
    • Connecting to S3
    • Listing objects in S3
    • Copying objects to and from S3
    • Deleting objects from S3
  4. IAM
    • Creating users in IAM
    • Assigning policies and roles to users
    • Deleting users in IAM


Who this course is for:

  • Beginner/Intermediate PowerShell Scripting connecting to AWS