Command Line Magic | S01 E03 | Build On Weekly
Setting up and configuring the necessary AWS Command Line tools
AWS Admin
Amazon Employee
Published Mar 31, 2023
Last Modified Jun 25, 2024
Welcome to episode 3 of Build On Weekly! 🥳 Today Jacquie and Darko dive into installing various CLI tools and Utilities for AWS. Tools like the AWS CLI and AWS CDK (Cloud Development Kit).
We will be posting here, on Community.aws, to share show notes, links, socials, code, and any other things mentioned during the live stream with you! 🚀
If you miss an episode, don't worry! We will upload recordings of all our episodes to this youtube playlist! Make sure to smash that like and subscribe button! 🥹
Today, on Deployed Weekly, we will cover a Threat Modeling workshop, discuss IAM roles anywhere and the newly released Global tables for Amazon Neptune. We will also check out a blog post on tracking down NAT Gateway costs, and wrap up with some PowerTools for your Lambda functions!
Links from the discussion:
- Community Blog Post, by Geoffrey Wiseman - On tracking down NAT Costs: https://dev.to/aws-builders/nat-gateway-charges-from-ecs-service-restart-3p1c
- Threat modeling workshop: https://catalog.workshops.aws/threatmodel/en-US
- Amazon Neptune Global Database: https://aws.amazon.com/about-aws/whats-new/2022/07/amazon-neptune-global-database/
- AWS Lambda Powertools for TypeScript is now GA:https://aws.amazon.com/blogs/compute/simplifying-serverless-best-practices-with-aws-lambda-powertools-for-typescript/
Today on Weekly build, we install and configure the AWS CLI and AWS CDK (Cloud Development Kit) on Windows, Linux and Mac OS.
⚠️ Do NOTE: We are installing version 2.7.1 in this example. The version may be different by the time you read this!
Here are the steps needed to install the AWS CLI on:
- Linux
- You must be able to extract or "unzip" the downloaded package. If your operating system doesn't have the built-in
unzip
command, use an equivalent. - The AWS CLI version 2 uses
glibc
,groff
, andless
. These are included by default in most major distributions of Linux. - We support the AWS CLI version 2 on 64-bit versions of recent distributions of CentOS, Fedora, Ubuntu, Amazon Linux 1, Amazon Linux 2 and Linux ARM.
- Because AWS doesn't maintain third-party repositories, we can’t guarantee that they contain the latest version of the AWS CLI.
- Mac
- You know which release of the AWS CLI version 2 you'd like to install. For a list of versions, see the [AWS CLI version 2 changelog](https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst) on GitHub.
- We support the AWS CLI version 2 on Apple-supported versions of 64-bit macOS.
- Because AWS doesn't maintain third-party repositories, we can’t guarantee that they contain the latest version of the AWS CLI.
- Windows
- You know which release of the AWS CLI version 2 you'd like to install. For a list of versions, see the [AWS CLI version 2 changelog](https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst) on GitHub.
- A 64-bit version of Windows XP or later.
- Admin rights to install software
- AWS S3 Presign objects: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/presign.html
🐦 Reach out to the hosts and guests:
Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.