Introduction to AWS OpsWorks
30:57
ETL S3 To Redshift
45:19
Жыл бұрын
ETL RDS To Redshift
43:21
Жыл бұрын
ETL DynamoDB to Redshift
46:29
Жыл бұрын
Introduction to Amazon Macie
42:39
Django Application and AWS RDS
30:33
AWS DeepRacer
18:17
Жыл бұрын
Hosting Django Application on EC2
58:10
Introduction to Amazon CloudSearch
27:26
Security on AWS: WAF and Shield
28:32
Setup DNS Failover using Route 53
37:04
AWS Code Commit 101
20:45
2 жыл бұрын
Amazon CloudFront 201
32:46
2 жыл бұрын
Introduction to Amazon Inspector
34:08
Best Practices for AWS Core Services
34:35
Introduction to AWS Step Functions
40:30
Introduction to Virtual Private Cloud
41:50
A Deep Dive Into AWS CloudShell
25:42
Introduction to Amazon Timestream
32:37
AWS Cloud Fundamentals
31:39
2 жыл бұрын
Пікірлер
@naveenaganapathi7436
@naveenaganapathi7436 27 күн бұрын
very useful
@navdeepgoyal4531
@navdeepgoyal4531 Ай бұрын
Excellent demo😐
@GrahamBrook
@GrahamBrook Ай бұрын
Please can you answer my gmail’s and emails please thank you very much
@GrahamBrook
@GrahamBrook Ай бұрын
You are good thanks
@GrahamBrook
@GrahamBrook Ай бұрын
Copyright and patten
@GrahamBrook
@GrahamBrook Ай бұрын
Please can you answer gmail’s and emails and I need a visa bank account for my business account thank you
@brijeshkp2000
@brijeshkp2000 Ай бұрын
Is it Playlist still relevant in 2024? Please confirm
@yaseralsaad
@yaseralsaad Ай бұрын
But many of the steps are related to gen1 As gen2 schema should be produced by sandbox or I don’t understand anymore
@LingarajE-r7k
@LingarajE-r7k Ай бұрын
Superb
@trishul_bawankar
@trishul_bawankar 3 ай бұрын
Super simple and clear explanation. Thank you for all the efforts!
@manjumishra6326
@manjumishra6326 3 ай бұрын
Thankyou so much mam 😊
@the7kgaming24
@the7kgaming24 4 ай бұрын
Missing required key 'generationInputPrompt' in params how to right this error.
@Dollartiwari
@Dollartiwari 4 ай бұрын
How the customer know about the price...
@anjireddykilari9731
@anjireddykilari9731 4 ай бұрын
Hi , can you share the presentation link please
@nageshwarburman8819
@nageshwarburman8819 5 ай бұрын
where is Day 2?
@yashsrivastava7802
@yashsrivastava7802 5 ай бұрын
very well done🎉🎉
@NavyaTrilokD
@NavyaTrilokD 6 ай бұрын
Fraud detector in my account show - Access denied to Amazon Fraud Detector. If you believe this is in error, please contact AWS Support. Can you help please? I have given "AmazonFraudDetectorFullAccessPolicy" to my IAM user and I am using Singapore region
@Ayoob_ibs
@Ayoob_ibs 6 ай бұрын
Hi Amal It’s a detailed session and thanks for this video
@dineshparva
@dineshparva 6 ай бұрын
where is day 2 ??
@dineshparva
@dineshparva 6 ай бұрын
where is second session i see only third session in channel?
@adnanhasan3597
@adnanhasan3597 6 ай бұрын
How’s it supposed to work if used the code hooks option, by actually writing a python code?
@fossilskrish
@fossilskrish 7 ай бұрын
hi Can, Someone help me with this error.Response { "errorMessage": "Expected object or value", "errorType": "ValueError", "requestId": "ef2de82c-581d-4ea3-8225-ed3976d5cc40", "stackTrace": [ " File \"/var/task/lambda_function.py\", line 18, in lambda_handler df = pd.read_json (io.StringIO(json_data), lines = True) ", " File \"/opt/python/pandas/io/json/_json.py\", line 815, in read_json return json_reader.read() ", " File \"/opt/python/pandas/io/json/_json.py\", line 1023, in read obj = self._get_object_parser(self._combine_lines(data_lines)) ", " File \"/opt/python/pandas/io/json/_json.py\", line 1051, in _get_object_parser obj = FrameParser(json, **kwargs).parse() ", " File \"/opt/python/pandas/io/json/_json.py\", line 1187, in parse self._parse() ", " File \"/opt/python/pandas/io/json/_json.py\", line 1403, in _parse ujson_loads(json, precise_float=self.precise_float), dtype=None " ] }
@fossilskrish
@fossilskrish 7 ай бұрын
import boto3 import pandas as pd # Add Layers AWSSDKPandas-Python312 from console import io from datetime import datetime import json def lambda_handler(event, context): s3 = boto3.client ('s3') bucket_name = "aws-data-pipeline" json_key = "raw-json/products_all_brands.json" # Read the JSON file from S3 json_obj = s3.get_object (Bucket = bucket_name, Key = json_key) json_data = json_obj['Body'].read().decode('utf-8') # convert json data to DataFrame df = pd.read_json (io.StringIO(json_data), lines = True) #convert DataFrame to csv csv_buffer = io.StringIO() df.to_csv(csv_buffer, index=False) timestamp = datetime.now().strftime("%Y%m%d") # Save CSV file back to S3 csv_key = f"csv-raw-data/products_all_brands_{timestamp}" s3.put_object(Bucket=bucket_name,Key=csv_key,Body=csv_buffer.getvalue()) return { 'statusCode': 200, 'body': f'Successfully converted {json_key} to {csv_key}' }
@djjulianokunha
@djjulianokunha 7 ай бұрын
Fantastic thks for share.
@pratikagrawal3614
@pratikagrawal3614 7 ай бұрын
why it is not taking no?
@deshdeepakdhobi352
@deshdeepakdhobi352 8 ай бұрын
Great one
@priyankadatta2884
@priyankadatta2884 8 ай бұрын
Hi the video lecture is good. but may I know if I do a kind of this project using AWS Mangement Console will it work? I think there are some coding parts as well?
@bharunkumar6275
@bharunkumar6275 8 ай бұрын
Thank you .It was helpful
@ashishranjan7439
@ashishranjan7439 9 ай бұрын
How can we interact with AWS MQ. What is configuration change required if I have to replace ibm mq.
@a.m.karthick629
@a.m.karthick629 9 ай бұрын
Nice and Detailed Explanation!
@BerylWicaksono
@BerylWicaksono 9 ай бұрын
How if there is no option available for "Amazon Timestream" data source in my Amazon Grafana?
@venkatasai1590
@venkatasai1590 7 ай бұрын
same problem sir have you found any other alternative for this
@shivanigautam1731
@shivanigautam1731 10 ай бұрын
Mam I want to do a project on cloud security, can you suggest?
@mohitparekh7878
@mohitparekh7878 10 ай бұрын
Couldn't build language English us in bot order pizza build failed tu Kaye kare
@shrikantdesai6973
@shrikantdesai6973 10 ай бұрын
how to protect from sql injecting and cross scripting
@hrishikeshkholamkar7104
@hrishikeshkholamkar7104 11 ай бұрын
Can i use both server as s3 bucket?
@hrishikeshkholamkar7104
@hrishikeshkholamkar7104 11 ай бұрын
In that case how i can implement failover
@KwakuBoateng-l1f
@KwakuBoateng-l1f 11 ай бұрын
Do you guys hold any class I can attend? And do you also support projects?
@idiosyncratic8615
@idiosyncratic8615 11 ай бұрын
Thank you... Can you please upload more videos related to AWS iot?
@KwakuBoateng-l1f
@KwakuBoateng-l1f 11 ай бұрын
Do you guys hold any class I can attend? And do you also support projects?
@zahidadeel3223
@zahidadeel3223 11 ай бұрын
very helpful. thank you.
@allthatyouare
@allthatyouare 11 ай бұрын
Well articulated demo. Thank you.
@JayantBansal
@JayantBansal Жыл бұрын
In this same archi, is it possible to use a model that requires GPU??
@gorachandbanerjee644
@gorachandbanerjee644 Жыл бұрын
Thanks for this 😊 video ❤
@babuyadav9915
@babuyadav9915 Жыл бұрын
Hi Bro, I am looking for AWS Machine Learning training, please reply, thanks
@mwardell18290
@mwardell18290 Жыл бұрын
why are you slurring your words
@siddhanttyagi6653
@siddhanttyagi6653 Жыл бұрын
Bekar . Bhai time waste kar rhe ho
@aznabikumar5609
@aznabikumar5609 Жыл бұрын
How to migrate an existing amplify application to another AWS account. Steps plz
@softwaresolutions3224
@softwaresolutions3224 Жыл бұрын
How do you sync content between the different EC2 once they are on auto scale? If I add something to one Instance, will it update to the other EC2s?
@anshulsingh1991
@anshulsingh1991 Жыл бұрын
Can you do s3 backup in cross region please
@simonb700
@simonb700 Жыл бұрын
Hi, thank you for your video. I have followed the instructions but get 'InvalidInputException: Unable to resolve any valid connection' when I test the connection. The role has full admin access, I have set up an S3 endpoint in the VPC, the database is publicly accessible, can connect external DB tool. What else can I try please?
@pramod-t2n
@pramod-t2n Жыл бұрын
Hi Aishwarya, it's a really detailed video. You have clearly covered and demonstrated most of the details in the simplest form. Thanks :)
@you_can_do_it01
@you_can_do_it01 Жыл бұрын
HOW TO JOIN WHATSAPP AND SLACK
@AWSUserGroupIndia
@AWSUserGroupIndia Жыл бұрын
WhatsApp - chat.whatsapp.com/BMurpiF8iF3BmMKZctZOWD Slack - bit.ly/joinawsmum Meetup - bit.ly/joinmumeetup