Hemanshu S Mahajanhemanshubtc.hashnode.dev·Dec 1, 2023Day 42: AWS CLI (Command Line Interface)🚀 ☁What is IAM Programmatic access..? IAM Programmatic access is a way to allow users or services to interact with AWS resources through APIs, SDKs, or command-line tools, such as AWS CLI, instead of the AWS Management Console. With programmatic access,...Discuss·7 likesAWS
Aftab Sblogs.aftabs.co·Nov 30, 2023Access Amazon S3 static files on EC2 for website deployment with AWS CLIOverview Storing media files, such as images, videos, or other large binary files, directly in a GitHub repository may not be the best practice for several reasons like the ones listed below. Repository Size Including large media files can signific...DiscussAWS
Ogunsola Paulgodlevels.hashnode.dev·Nov 27, 2023How I installed and configured AWS CLI on my Windows 10Hello everyone, I am thrilled to be back to share my journey with you. My time at AltSchool has been incredibly challenging, but it has also been exactly what I needed for my personal growth. As a Cloud Engineering student trying to explore Terraform...DiscussAWS
Pankajpmgoriya.hashnode.dev·Nov 23, 2023Test Knowledge on AWSTask-01 Launch an EC2 instance using the AWS Management Console and connect to it using SSH. Install a web server on the EC2 instance and deploy a simple web application. Monitor the EC2 instance using Amazon CloudWatch and troubleshoot any issues...Discuss·48 readsAWS
Mahesh Mogalbinaryguy.tech·Nov 23, 2023Delete S3 Bucket Using Python and CLIIn this tutorial series, we are learning how to manage S3 buckets and files in those buckets using Python. In this tutorial, we will learn how to delete S3 buckets using Python. Setting up permissions for S3 For this tutorial to work, we will need an...DiscussAWS
Madhup Pandeymadhup.hashnode.dev·Nov 15, 2023Creating an EC2 instance on AWS using AWSCLIInstall AWSCLI sudo apt update curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip Note: if unzip command not installed sudo apt install unzip Create Key pair aws ec2 create-key-pair --key-name MyKe...Discuss·1 like·149 readsAWS
Ajit Fawadeblog.ajitfawade.com·Nov 13, 2023How to Use AWS CLI to Manage Data in Amazon S3 | Day 43 of 90 Days of DevOpsAre you a DevOps learner who wants to use S3 programmatic access with AWS CLI? If yes, then this blog post is for you. In this post, I’ll explain what S3 is and how to use AWS CLI, a unified tool to manage your AWS services from the command line. By ...Discuss·18 likes·47 reads90DaysOfDevOpsDevops
Sahil Kamblesahilkamble.hashnode.dev·Nov 13, 2023Day - 42 : IAM Programmatic access and AWS CLIIAM Programmatic access In order to access your AWS account from a terminal or system, you can use AWS Access keys and AWS Secret Access keys. AWS CLI The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just o...Discuss·1 like·49 reads#TWS
Gous Sayyadgoussayyad.hashnode.dev·Nov 8, 2023Day 4: Mastering the AWS Command Line Interface (CLI): A Comprehensive GuideThe AWS Command Line Interface (CLI) is a powerful tool provided by Amazon Web Services (AWS) that allows you to interact with various AWS services and resources from the command line. You can use it to manage AWS resources, configure services, and a...Discuss·2 likesaws cli
Ajit Fawadeblog.ajitfawade.com·Nov 8, 2023IAM and AWS CLI: A Guide to Accessing AWS Services from the Command Line : Day 42 of 90 Days of DevOpsAre you a DevOps learner who wants to access AWS services from the command line using IAM programmatic access and AWS CLI? If yes, then this blog post is for you. In this post, I’ll explain what IAM programmatic access is and how to use AWS CLI, a un...Discuss·20 likes·52 reads90DaysOfDevOpsDevops