Тёмный

Basic steps to work with AWS services using boto3 

VRTechnologies For Automation
Подписаться 35 тыс.
Просмотров 36 тыс.
50% 1

My Udemy Courses:
Aws Automation link:
www.udemy.com/aws-automation-...
Shell Scripting:
www.udemy.com/complete-bash-s...
It will explain about:
How to work with AWS Services using boto3 ?
How to pass AWS Account credenitals(programatic access keys) to python script while using boto3 ?

Опубликовано:

 

19 янв 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@manojk1494
@manojk1494 Год назад
Good one and informative. Thanks
@prabhaskrishnan
@prabhaskrishnan 3 года назад
Amazing video for the beginners. Its crystal clear. Thank you
@jirikadlec1058
@jirikadlec1058 4 года назад
Thanks to your video l am finally starting to understand how the S3, aws secret access key, and boto3 work together. I liked that you showed the error when awscli Is not configured. I was getting exactly same error And got stuck, Now I know that I must ensure that the user who runs my script has the .aws hidden folders in his HOME with the correct credentials.
@bidyabhushan
@bidyabhushan 4 года назад
You are really good man. Good way to explain basics
@ffwang0306
@ffwang0306 4 года назад
A good presentation, very practical... thanks for sharing.
@PradeepYadav-wf4lm
@PradeepYadav-wf4lm 3 года назад
Crystal clear explanation ❤️ Thank you sir
@dakota1231000
@dakota1231000 3 года назад
awesome explanation Narendra!! very clearcut and precise explanation which is onpoint!! i subscribed to your channel as soon as i finished the first video!! keep up the good work !
@geoa9722
@geoa9722 4 года назад
Awesome tutorial! Thanks, man!
@humanfirst11
@humanfirst11 4 года назад
wonderfully explained! thank you. subscribed.
@krishnamurali2896
@krishnamurali2896 3 года назад
Very good Presentation Thank you so much for your video....
@maendeleolab
@maendeleolab 3 года назад
Good job and very nice explanation!
@philipwhite2088
@philipwhite2088 3 года назад
Thanks for making this video.
@krishnay3917
@krishnay3917 3 года назад
Good explanation .Thanks
@rmaleshri
@rmaleshri 3 года назад
really excellent explanation
@kottaravindar1
@kottaravindar1 3 года назад
Simple and superb
@ranvijaymehta
@ranvijaymehta 2 года назад
Thanks Sir .. it very helpful ..
@manojk1494
@manojk1494 Год назад
Subscribed!
@SoumilShah
@SoumilShah 5 лет назад
keep the good work such a clear video
@ameyamagashe
@ameyamagashe Год назад
So what is the differ between a resource and a client? any idea? Something like below: iam = boto3.client('iam')
@saikrupakar7194
@saikrupakar7194 5 лет назад
Thanks for posting this video, very informative. After installing AWSCLI in my windows machine, I typed commend aws configure, it says aws is not recognized as an internal or external command. So, I am not able to configure access key id and secret access key id. Can you please help me to resolve this issue. Thank you.
@VRTechnologiesForAutomation
@VRTechnologiesForAutomation 5 лет назад
you have to install awscli as well. Use pip install awscli and then try : aws configure
@prekshashah8656
@prekshashah8656 3 года назад
Thank you for the video. Appreciate the time and energy you gave for this. qq: what happens when I have multiple credentials/access keys for different accounts in my credentials file? is there a way I can grab acct1 and acct2 info instead of the default? thank you. [default] access_key.... secret_key.. [acct1] access_key.. secret_key.. [acct2] access_key.. secret_key..
@akashsaini6372
@akashsaini6372 3 года назад
we can first create a session for any user listed in credentials file: import boto3 session = boto3.Session(profile_name="account_name")
@shashankshekhar5080
@shashankshekhar5080 3 года назад
Any other way to pass the credentials. And also can you please tell mehow to automate these credentials after some specific day
@travel_passion01
@travel_passion01 3 года назад
Hi, When you say open my command line ...does it mean you connect to ec2 instance ? Actually I connected to ec2 and tried to run same program i got an error Traceback (most recent call last): File "get_all_bck.py", line 1, in import boto3 ImportError: No module named boto3
@matthealy7180
@matthealy7180 3 года назад
pip install boto3
@sachinsharma1040
@sachinsharma1040 4 года назад
can we work on someone else's public bucket ??
@pradeep2662
@pradeep2662 3 года назад
when you say "you will have one concept for that", please also mention the name of the concept at 5:45
@matthealy7180
@matthealy7180 3 года назад
Python2...? Why?
@upendarpavurala9059
@upendarpavurala9059 4 года назад
Uploaded Telugu also
@Brandon-Baker
@Brandon-Baker 4 года назад
Do.Not.Hard.Code.Credentials.
Далее
Core concepts of boto3 for AWS
9:35
Просмотров 11 тыс.
Intro to AWS - The Most Important Services To Learn
50:07