Тёмный

AWS S3 Event Notifications with SNS and SQS 

AWS Training by Gaurav Agrawal
Подписаться 460
Просмотров 2,5 тыс.
50% 1

In this video, we are going to learn on how o configure S3 Event Notifications with SNS and SQS.
We will upload a file in S3 bucket and a object created notification will be received by the SQS sevice.
Access Policy that needs to be configured on SQS.
a) replace the SQS ARN
b) replace the SNS ARN.
{
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "sns.amazonaws.com"
},
"Action": "sqs:SendMessage",
"Resource": "SQS ARN",
"Condition": {
"ArnEquals": {
"aws:SourceArn": "SNS ARN"
}
}
}
]
}
Access Policy that needs to be configured on SNS:
a) replace SNS topic ARN
b) Replace s3 bucket ARN
c) Replace account
{
"Version": "2012-10-17",
"Id": "example-ID",
"Statement": [
{
"Sid": "Example SNS topic policy",
"Effect": "Allow",
"Principal": {
"Service": "s3.amazonaws.com"
},
"Action": [
"SNS:Publish"
],
"Resource": "SNS topic ARN",
"Condition": {
"ArnLike": {
"aws:SourceArn": "s3 bucket ARN"
},
"StringEquals": {
"aws:SourceAccount": "account id"
}
}
}
]
}

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

 

24 авг 2023

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@jaygaikwad6830
@jaygaikwad6830 7 месяцев назад
Very good explanation and very helpful. Thanks sir..
@arghyamitra3281
@arghyamitra3281 10 месяцев назад
This is a really good explanation. Thank you
@AWSTrainingByGauravAgrawal
@AWSTrainingByGauravAgrawal 10 месяцев назад
Glad it was helpful!
@pranav7478
@pranav7478 5 месяцев назад
Sir, a very good explanation. Could you please tell me which app you are using for presenting this?
@AWSTrainingByGauravAgrawal
@AWSTrainingByGauravAgrawal 5 месяцев назад
I used OBS studio for recording the vidoe and powerpoint for the ppt.
@someshmule1055
@someshmule1055 10 месяцев назад
👍👍🙏🏻🙏🏻
@AWSTrainingByGauravAgrawal
@AWSTrainingByGauravAgrawal 10 месяцев назад
thanks
@tanayaraut549
@tanayaraut549 6 месяцев назад
Bucket ka Kam hone ke baad vo delete krni padti hai kya?
@AWSTrainingByGauravAgrawal
@AWSTrainingByGauravAgrawal 6 месяцев назад
Yes
@tanayaraut549
@tanayaraut549 6 месяцев назад
@@AWSTrainingByGauravAgrawal I got the payment mail do u have any vdo tht how to pay that?
@AWSTrainingByGauravAgrawal
@AWSTrainingByGauravAgrawal 6 месяцев назад
@@tanayaraut549 no I don’t have a video for that. But the email should have the steps on how to proceed.
Далее
AWS VPC   Bastion Host demo
16:33
Просмотров 578
AWS SQS vs SNS vs EventBridge - When to Use What?
22:37
Amazing weight loss transformation !! 😱😱
00:24
AWS EventBridge Service - process AWS events
12:20
Просмотров 1,2 тыс.
AWS SNS + Lambda Setup - Step by Step Tutorial
12:50
Просмотров 35 тыс.
Create event-based projects using S3, Lambda and SQS
17:33
Amazing weight loss transformation !! 😱😱
00:24