AWS Notes — Amazon Web Services Educational and Information Channel
Chat: https://t.me/aws_notes_chat
Contacts: @apple_rom, https://www.linkedin.com/in/roman-siewko/
No ads.
Post #3606
3.66K
Forwarded from Nikita Shynkevich
- 👍 12
- 🦄 3
AW @aws_notes
Showing posts older than #3607 · Back to latest
Forwarded from Nikita Shynkevich
Forwarded from AWS User Group Armenia

hackerbot-claw, представляясь исследовательским агентом на базе claude-opus-4-5, в течении недели сканировал популярные open-source проекты. Находил ошибки в GitHub Actions и эксплуатировал их для RCE.GITHUB_TOKEN с правами на запись через подмену Go-скрипта./version minor комментарий.Base64-пейлоада через имя ветки.pull_request. Если нужен pull_request_target, НЕ делайть чекаут кода из PR-ветки.${{ github.event.pull_request.head.ref }} напрямую в run: блоки bash-скриптов — используйте environment variables.



▪️ me-south-1 (Bahrain) — "localized power issue"▪️ me-central-1 (UAE) — "localized power issue"

Forwarded from Make. Build. Break. Reflect.
rds:* на Resource = "*".ModifyDBProxy. "errorCode": "AccessDenied",
"errorMessage": "User: ... is not authorized to perform: iam:PassRole
on resource: arn:aws:iam::ACCOUNT_ID:role/rds-proxy-wanker
because no identity-based policy allows the iam:PassRole action"
ModifyDBProxy передаёт IAM роль прокси в Secrets Manager.PassRole) именно эту роль.rds:* тут ни при чём - это отдельное действие на отдельный ресурс.iam:PassRole был разрешён только для одной конкретной роли.rds-proxy-* никто не подумал.{
"Effect": "Allow",
"Action": "iam:PassRole",
"Resource": "arn:aws:iam::ACCOUNT_ID:role/rds-proxy-*"
}AccessDenied может прилетать не на само действие, а на зависимое - в данном случае на iam:PassRolerds:* не равно "всё для RDS". Некоторые операции тащат за собой зависимости на другие сервисыAWS Notes App Runner всё ▪️ AWS App Runner stops accepting new customers April 1, 2026 ▪️ Для существующих пользователей без изменений В качестве миграции рекомендуется ECS Express Mode. https://dev.to/aws-builders/aws-app-runner-vs-ecs-express-mode-git-ecr-scaling…
Update on AppRunner:
The blog post is not valid as of now and there is NO formal announcement at this time on the Status of AppRunner. The Product Lifecycle page is still the source of truth.
Official Statement on AppRunner:
AWS App Runner remains available and supported. As we continuously evaluate our services to best meet customer needs, we plan to share updates soon on the future direction of App Runner. Existing customers will not experience any disruption, and we will provide clear guidance and migration options well in advance of any changes

AWS App Runner stops accepting new customers April 1, 2026
Forwarded from Oleksii Bebych

AWS Notes ☁️ AWS Survey 2023 https://answersforaws.com/2023/ • This is a yearly survey to collect data on the the state of AWS and related services. • 331 people who responded • Most people have 6-10 years of experience with AWS • Most people complete the survey…


Forwarded from AWS User Group Armenia
