AWS Chime (IAM)
JSON →Amazon Chime is a communications service that lets you meet, chat, and place business calls inside and outside your organization.
Common permissions
chime:ListAccountschime:GetAccountchime:ListUserschime:GetUserchime:ListMeetingschime:GetMeetingchime:ListRoomschime:GetRoom Least-privilege example
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"chime:ListAccounts",
"chime:GetAccount",
"chime:ListUsers",
"chime:GetUser",
"chime:ListMeetings",
"chime:GetMeeting",
"chime:ListRooms",
"chime:GetRoom"
],
"Resource": "*"
}
]
} Warnings
- Avoid chime:* — grants full control including creating, updating, and deleting accounts, users, meetings, and rooms
- Avoid chime:CreateAccount and chime:DeleteAccount — can create or remove entire Chime accounts
Resources
API
full doc /v1/iam/chime