Skip to main content

AWS CLI

AWS CLI



https://aws.amazon.com/cli/?sc_channel=PS&sc_campaign=acquisition_IN&sc_publisher=google&sc_medium=command_line_b&sc_content=aws_cli_p&sc_detail=aws%20cli&sc_category=command_line&sc_segment=159807027985&sc_matchtype=p&sc_country=IN&s_kwcid=AL!4422!3!159807027985!p!!g!!aws%20cli&ef_id=WYkRSAAAAIguKCmB:20171212130013:s




AWS Command Line Interface

The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.


download and install AWS cli for 32 or 64 bit

aws command line



setx PATH "%PATH%;C:\Program Files\Amazon\AWSCLI"

C:\Program Files\Amazon\AWSCLI>aws --version
aws-cli/1.14.8 Python/2.7.9 Windows/7 botocore/1.8.12

C:\Program Files\Amazon\AWSCLI>aws configure

C:\Program Files\Amazon\AWSCLI>aws configure
AWS Access Key ID [None]: AKIAICUPOOYE67WQZK5A
AWS Secret Access Key [None]: 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
Default region name [None]: ap-south-1
Default output format [None]:

to view the AWS bucket file

C:\Program Files\Amazon\AWSCLI>aws s3 ls
2017-12-12 16:58:20 mubaraktest


Download the file form S3

F:\TSM>aws s3 sync s3://mubaraktest .
Completed 92.1 KiB/~92.1 KiB (220.4 KiB/s) with ~1 file(s) remaining (calculation
download: s3://mubaraktest/saturn yantra.jpg to .\saturn yantra.jpg

Completed 92.1 KiB/~92.1 KiB (220.4 KiB/s) with ~0 file(s) remaining (calculation
Completed 304.2 KiB/304.2 KiB (322.2 KiB/s) with 1 file(s) remaining
download: s3://mubaraktest/windows 2012 R2.jpg to .\windows 2012 R2.jpg

copy form desktop to aws console

F:\TSM>aws s3 cp Questions.doc  s3://mubaraktest
upload: .\Questions.doc to s3://mubaraktest/Questions.doc


Comments

  1. Thanks for providing it's very useful to the users keep updating AWS Online Course

    ReplyDelete

Post a Comment

Popular posts from this blog

NVIDIA - Build powerful machine learning applications on cloud infrastructure

NVIDIA - Build powerful machine learning applications on cloud infrastructure with highest performing GPU-accelerated  FLEXIBLE, POWERFUL HIGH PERFORMANCE COMPUTING Unlike on-premises systems, running high performance computing on Amazon EC2 P3 instances offers virtually unlimited capacity to scale out your infrastructure, and the flexibility to change resources easily and as often as your workload demands NVIDIA (NASDAQ: NVDA) is a computer technology company that has pioneered GPU-accelerated computing. It targets the world’s most demanding users — gamers, designers and scientists — with products, services and software that power amazing experiences in virtual reality, artificial intelligence, professional visualization and autonomous cars NVIDIA Deep Learning AMI The NVIDIA Deep Learning AMI is an optimized environment for running the Deep Learning, Data Science, and HPC containers available from NVIDIA's NGC registry. The Docker containers available on the NGC...

NVIDIA - Amazon EC2 Instances with P, G and F Series Accelerate Computing

         NVIDIA - Amazon EC2 Instances with P and G Series New models will be faster on a GPU instance than a CPU instance. You can scale sub-linearly when you have multi-GPU instances or if you use distributed training across many instances with GPUs. Amazon EC2 P3 Instances have up to 8 NVIDIA Tesla V100 GPUs. Amazon EC2 P2 Instances have up to 16 NVIDIA NVIDIA K80 GPUs. Amazon EC2 G3 Instances have up to 4 NVIDIA Tesla M60 GPUs. Check out EC2 Instance Types and choose Accelerated Computing to see the different GPU instance options. New – Amazon EC2 Instances with Up to 8 NVIDIA Tesla V100 GPUs (P3) Driven by customer demand and made possible by on-going advances in the state-of-the-art, we’ve come a long way since the original  m1.small  instance that launched in  2006 , with instances that emphasize compute power, burstable performance, memory size, local storage, and accelerated computing...

AWS S3 Simple Storage Service

                             Amazon  S3  (Simple Storage Service) Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon  S3  has a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. What Is Amazon S3? Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 has a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefit...