Тёмный
AWS User Group India
AWS User Group India
AWS User Group India
Подписаться
AWS User Group India is a volunteer-driven, group of passionate Amazon Web Services (aka AWS) {Developers, Architects, Users, Evangelists} who meet to {share best practices, discuss upcoming features, pit falls, etc}.

Community-based learning is the best way to enhance the concepts being taught by connecting with enthusiasts in person, thereby sharing first-hand experiences and familiar, accessible examples.

All skills levels including students who would like to learn about AWS are welcome to help accomplish our motto of learning, sharing, and networking. Let’s join hands to empower this tech community to make it bigger and better!

Visit aws.amazon.com/developer/community/usergroups and join the nearest community now !
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
Год назад
Security on AWS: WAF and Shield
28:32
Год назад
Setup DNS Failover using Route 53
37:04
Год назад
AWS Code Commit 101
20:45
Год назад
Amazon CloudFront 201
32:46
Год назад
Introduction to Amazon Inspector
34:08
Год назад
A Deep Dive Into AWS CloudShell
25:42
Год назад
Introduction to Amazon Timestream
32:37
Год назад
AWS Cloud Fundamentals
31:39
Год назад
Комментарии
@nageshwarburman8819
@nageshwarburman8819 11 дней назад
where is Day 2?
@yashsrivastava7802
@yashsrivastava7802 13 дней назад
very well done🎉🎉
@NavyaTrilokD
@NavyaTrilokD 23 дня назад
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 27 дней назад
Hi Amal It’s a detailed session and thanks for this video
@dineshparva
@dineshparva Месяц назад
where is day 2 ??
@dineshparva
@dineshparva Месяц назад
where is second session i see only third session in channel?
@pradeepkasula5832
@pradeepkasula5832 Месяц назад
Thanks for sessions
@adnanhasan3597
@adnanhasan3597 Месяц назад
How’s it supposed to work if used the code hooks option, by actually writing a python code?
@fossilskrish
@fossilskrish Месяц назад
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 Месяц назад
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 2 месяца назад
Fantastic thks for share.
@pratikagrawal3614
@pratikagrawal3614 2 месяца назад
why it is not taking no?
@deshdeepakdhobi352
@deshdeepakdhobi352 2 месяца назад
Great one
@priyankadatta2884
@priyankadatta2884 2 месяца назад
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 3 месяца назад
Thank you .It was helpful
@ashishranjan7439
@ashishranjan7439 4 месяца назад
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 4 месяца назад
Nice and Detailed Explanation!
@BerylWicaksono
@BerylWicaksono 4 месяца назад
How if there is no option available for "Amazon Timestream" data source in my Amazon Grafana?
@venkatasai1590
@venkatasai1590 Месяц назад
same problem sir have you found any other alternative for this
@shivanigautam1731
@shivanigautam1731 5 месяцев назад
Mam I want to do a project on cloud security, can you suggest?
@mohitparekh7878
@mohitparekh7878 5 месяцев назад
Couldn't build language English us in bot order pizza build failed tu Kaye kare
@shrikantdesai6973
@shrikantdesai6973 5 месяцев назад
how to protect from sql injecting and cross scripting
@hrishikeshkholamkar7104
@hrishikeshkholamkar7104 5 месяцев назад
Can i use both server as s3 bucket?
@hrishikeshkholamkar7104
@hrishikeshkholamkar7104 5 месяцев назад
In that case how i can implement failover
@user-cj3oy5ki3g
@user-cj3oy5ki3g 5 месяцев назад
Do you guys hold any class I can attend? And do you also support projects?
@idiosyncratic8615
@idiosyncratic8615 5 месяцев назад
Thank you... Can you please upload more videos related to AWS iot?
@user-cj3oy5ki3g
@user-cj3oy5ki3g 5 месяцев назад
Do you guys hold any class I can attend? And do you also support projects?
@zahidadeel3223
@zahidadeel3223 5 месяцев назад
very helpful. thank you.
@allthatyouare
@allthatyouare 6 месяцев назад
Well articulated demo. Thank you.
@JayantBansal
@JayantBansal 6 месяцев назад
In this same archi, is it possible to use a model that requires GPU??
@gorachandbanerjee644
@gorachandbanerjee644 7 месяцев назад
Thanks for this 😊 video ❤
@babuyadav9915
@babuyadav9915 7 месяцев назад
Hi Bro, I am looking for AWS Machine Learning training, please reply, thanks
@mwardell18290
@mwardell18290 7 месяцев назад
why are you slurring your words
@siddhanttyagi6653
@siddhanttyagi6653 8 месяцев назад
Bekar . Bhai time waste kar rhe ho
@aznabikumar5609
@aznabikumar5609 8 месяцев назад
How to migrate an existing amplify application to another AWS account. Steps plz
@softwaresolutions3224
@softwaresolutions3224 8 месяцев назад
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 8 месяцев назад
Can you do s3 backup in cross region please
@simonb700
@simonb700 8 месяцев назад
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?
@user-bz2yr1mk8e
@user-bz2yr1mk8e 9 месяцев назад
Just saw this video. Great Demo! However, i have a few questions Why have you added a Kinesis Firehouse in between instead of adding data into Redshift via the lambda function? And as far as I have read dynamodb streams are also kind of kinesis streams so isn't there a direct integration to Redshift via DDB stream (I just read about the new event bridge pipeline features)
@user-fn4gw7np5p
@user-fn4gw7np5p 9 месяцев назад
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 9 месяцев назад
HOW TO JOIN WHATSAPP AND SLACK
@AWSUserGroupIndia
@AWSUserGroupIndia 9 месяцев назад
WhatsApp - chat.whatsapp.com/BMurpiF8iF3BmMKZctZOWD Slack - bit.ly/joinawsmum Meetup - bit.ly/joinmumeetup
@user-kx3zb7zn2r
@user-kx3zb7zn2r 10 месяцев назад
Thank you sir for this video
@user-kx3zb7zn2r
@user-kx3zb7zn2r 10 месяцев назад
best video on amplify
@alinaqvi385
@alinaqvi385 10 месяцев назад
Too big an intro!
@Alex-vg7uu
@Alex-vg7uu 10 месяцев назад
Helped me massively thank you. I’ll be using memorydb for websocket connection management.
@ArgKilljoy
@ArgKilljoy 10 месяцев назад
Couldn’t build language English (US) in bot: OrderPizza
@mikedqin
@mikedqin 11 месяцев назад
Great presentation for App Mesh concepts on paper and the demo was not clearly done. My recommendation is to use terraform for provisioning the entire infrastructure including EKS clusters, Fargate cluster, and App Mesh, etc. and use a CI/CD pipeline (preferred using Github Action, and Helm Chart) to deploy the entire application stack. Thank you.
@AWSUserGroupIndia
@AWSUserGroupIndia 9 месяцев назад
Thank you, @mikedqin for your inputs.
@glennadams7047
@glennadams7047 11 месяцев назад
Well done ! You explained everything clearly and concisely. How did you become an "accredited educator" ? Thanks
@joydeepchakraborty1966
@joydeepchakraborty1966 11 месяцев назад
thanx madam for sharing an excellent information
@adelolaadebo5868
@adelolaadebo5868 11 месяцев назад
Amazing !
@geethab5227
@geethab5227 11 месяцев назад
Simple and Clean explanation
@rajiv7
@rajiv7 11 месяцев назад
very nice and effectively explained !!! cleared almost all doubts. thanks Amal. !!!
@rushikeshkulmethe2429
@rushikeshkulmethe2429 11 месяцев назад
GIVE SOME ADVIXE FOR SAA EXAMS
@sourabhchordiya3809
@sourabhchordiya3809 11 месяцев назад
Its a wider topic, we shall plan similar session as it cannot be covered in a comment