- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
AWS IAM | Access Production AWS Account from another AWS account | Demo
How to access Production AWS Account services from Development AWS Account?
A developer in your organization needs to access production AWS account to access S3 bucket from another AWS account (cross account access)
## Attach in line policy to the User
{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::[Replace_With_Prod_Account_ID]:role/CrossAccountAccessRole"
}
}
Видео AWS IAM | Access Production AWS Account from another AWS account | Demo канала thecodeschool
A developer in your organization needs to access production AWS account to access S3 bucket from another AWS account (cross account access)
## Attach in line policy to the User
{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::[Replace_With_Prod_Account_ID]:role/CrossAccountAccessRole"
}
}
Видео AWS IAM | Access Production AWS Account from another AWS account | Demo канала thecodeschool
Комментарии отсутствуют
Информация о видео
18 октября 2019 г. 18:36:22
00:10:28
Другие видео канала




















