AWS Notes
الذهاب إلى القناة على Telegram
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.
إظهار المزيد5 818
المشتركون
-624 ساعات
لا توجد بيانات7 أيام
+330 أيام
أرشيف المشاركات
5 818
CloudFront + Mutual TLS 🎉
https://aws.amazon.com/blogs/networking-and-content-delivery/trust-goes-both-ways-amazon-cloudfront-now-supports-viewer-mtls/
#CloudFront
5 818
Многие плохо реагируют на AI инструменты, которые очень активно появляются на AWS и зря.
В 2025-м году AWS выбрал агрессивную стратегию внедрения AI в свои сервисы. Первым стал внедрять MCP, A2A и другие самые новые протоколы, причём все они выходят сразу в прод.
И цель не продать их, как многие думают, а трансформироваться самому в первую очередь. Ровно поэтому все ключевые сервисы обзавелись MCP так быстро и, вот, к реинвенту, завезли самые сочные: для ECS и EKS.
Ситуация повторяет процесс 20-летней давности, когда Amazon клепал сервисы-кубики для своих внутренних нужд, а потом стал продавать их эти сервисы-кубики другим.
Только с опытом, деньгами и скоростью AWS, этот процесс, который тогда занимал годы, теперь сжимается в месяцы.
На момент написания у AWS уже 62 MCP сервера. Это значит, что уже сейчас с помощью AI можно построить очень много чего.
Хотя, правда, при этом нет самых базовых — для EC2, S3, VPC, CloudFront, а также популярных APIGW, KMS, OpenSearch. Видимо приберегли для реинвента.
Что (с)может делать AWS имея "точки входа для AI" для всех своих сервисов?
Уволить всех. Предложить сервисы для управления сервисами!
#AI
5 818
EKS + MCP Server 🎉
https://aws.amazon.com/blogs/containers/introducing-the-fully-managed-amazon-eks-mcp-server-preview/
Теперь поломать обновлять EKS кластер стало намного проще — подключаете MCP к любимому Cursor/Windsurf/Kiro/etc и пишите "
upgrade cluster my-eks to the latest version" и делов!
#EKS5 818
5 818
ALB + health check logs 🎉
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-health-check-logs.html
#ALB
5 818
ALB/NLB + PostQuantum Encryption =
ELBSecurityPolicy-TLS13-1-2-Res-PQ-2025-09 🎉
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html
Security policies with PQ in their names offer hybrid post-quantum key exchange. For compatibility, they support both classical and post-quantum ML-KEM key exchange algorithms. Clients must support the ML-KEM key exchange to use hybrid post-quantum TLS for key exchange. The hybrid post-quantum policies support SecP256r1MLKEM768, SecP384r1MLKEM1024 and X25519MLKEM768 algorithms.#ALB #NLB #PQC
5 818
NLB + Weighted Target Groups 🎉
https://aws.amazon.com/blogs/networking-and-content-delivery/network-load-balancers-now-support-weighted-target-groups/
#NLB
5 818
OpenSearch + Cluster Insights 🎉
https://aws.amazon.com/blogs/big-data/introducing-cluster-insights-unified-monitoring-dashboard-for-amazon-opensearch-service-clusters/
#OpenSearch
5 818
DynamoDB + multi-key support for Global Secondary Index 🎉
https://aws.amazon.com/blogs/database/multi-key-support-for-global-secondary-index-in-amazon-dynamodb/
DynamoDB now supports up to 8 attributes in composite keys for global secondary indexes.
▫️Simpler Data Models: No more synthetic keys (
O#${orderId}#${itemId}#${createdAt}) to jam a bunch of values together for indexing purposes! Use the native attribute types (String, Number, Binary).
▫️Efficient Queries: Query across multiple dimensions with up to 4 partition and up to 4 sort keys.
#DynamoDB5 818
AWS Organizations Tag Policies 🎉
https://aws.amazon.com/blogs/mt/enforce-consistent-tagging-across-iac-deployments-with-aws-organizations-tag-policies/
Теперь, наконец-то, можно реально заставить прописывать нужные теги — иначе
terraform plan не пройдёт.
https://github.com/hashicorp/terraform-provider-aws/blob/main/website/docs/guides/tag-policy-compliance.html.markdown
provider "aws" {
tag_policy_compliance = "error"
}
When set to error, tag policy violations will trigger an error diagnostic. When set to warning, tag policy violations will trigger a warning diagnostic. Planned changes will be able to proceed, but the diagnostic will not be silenced until the tag policy violation is resolved. When set to disabled, the tag policy will not be enforced. This is equivalent to leaving the value unset.#CloudFormation #Terraform
5 818
IAM + JWT = IAM Outbound Identity Federation 💪
https://aws.amazon.com/blogs/aws/simplify-access-to-external-services-using-aws-iam-outbound-identity-federation/
С помощью IAM теперь можно логиниться в любой другой сервис, поддерживающий JWT.
Для этого нужно включить Outbound Identity Federation в IAM и в результате STS сервис в аккаунте, где это включено, будет обслуживать его уникальный эндпоинт и стандартные
/.well-known/openid-configuration и /.well-known/jwks.json.
По умолчанию STS генерит JWT токен, в котором есть claims для аккаунта, региона и роли:
{
"aud": "my-app",
"sub": "arn:aws:iam::ACCOUNT_ID:role/MyAppRole",
"https://sts.amazonaws.com/": {
"aws_account": "ACCOUNT_ID",
"source_region": "us-east-1",
"principal_id": "arn:aws:iam::ACCOUNT_ID:role/MyAppRole"
},
"iss": "https://abc12345-def4-5678-90ab-cdef12345678.tokens.sts.global.api.aws",
"exp": 1759786941,
"iat": 1759786041,
"jti": "5488e298-0a47-4c5b-80d7-6b4ab8a4cede"
}
Но можно добавить организацию, тэги и прочее:
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_outbound_token_claims.html
Итого, нонче можно использовать IAM в любом JWT поддерживающем сервисе, что реально круто. 👍
#IAM #JWT5 818
aws login - логин через AWS Console 🎉
https://aws.amazon.com/blogs/security/simplified-developer-access-to-aws-with-aws-login/
#aws_cli5 818
NAT Gateway + regional mode 🎉
Один NAT Gateway на весь AWS Region!
Больше не нужно плодить в каждой подзоне!!
Один сразу для любой VPC!!!
...Облом. Никакой халявы:
Regional NAT Gateway Pricing
If you choose to create a NAT gateway with regional availability in your VPC, you are charged for each hour that the NAT Gateway is configured in each availability zone.Просто возможность быстро потратить деньги. Хотя то, что региональный NATGW не нужно создавать и он сразу работает - где-то может быть важно. #NATGW
5 818
IAM temporary delegation 🎉
https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html
Теперь можно выдать нужные права временно (до 12 часов) без извращений с Лямбдами, удаляющими IAM User/Role через какое-то время.
#IAM
5 818
EKS + Container Network Observability 🎉
https://aws.amazon.com/blogs/aws/monitor-network-performance-and-traffic-across-your-eks-clusters-with-container-network-observability/
#EKS
5 818
AWS Billing Transfer — централизованный биллинг для многих AWS Organizations 🎉
https://aws.amazon.com/blogs/aws/new-aws-billing-transfer-for-centrally-managing-aws-billing-and-costs-across-multiple-organizations/
В общем, мульти-аккаунты в прошлом, теперь можно делать мульти-организации!
#Organizations
5 818
Транфер аккаунта из одной AWS Organization в другую напрямую 🎉
https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html
AWS Organizations sends an invitation to the account owner, who can decide to accept or decline the invitation. If you are the administrator of an AWS account, you also can accept or decline an invitation from an organization. If you accept, your account becomes a member of that organization.Теперь не нужно больше приседаний с выводом аккаунта из организации и приёмом как отдельностоящего. #Organizations
5 818
Repost from AWS User Group Armenia
We're cooking something... and here's your first taste! 🍕
All AWS Community Builders from Armenia just gathered for a reason. On 25.11.25, we're hosting a meetup and would love to see you there.
Here's the deal:
🇦🇲 𝐀𝐫𝐦𝐞𝐧𝐢𝐚 𝐡𝐚𝐬 𝐢𝐧𝐜𝐫𝐞𝐝𝐢𝐛𝐥𝐲 𝐭𝐚𝐥𝐞𝐧𝐭𝐞𝐝 𝐛𝐮𝐢𝐥𝐝𝐞𝐫𝐬 - wee see fully competent people doing amazing work. You know what's missing? Just one click on the "Apply" button. One click between you and thousands of people in the global network. One click to all the benefits, recognition, connections.
So we're bringing everyone together to share our real stories, walk you through all the life-changing benefits, answer your questions, help you figure out which program fits YOU, how to get ready and honestly just hang out over pizza and AWS Builder Cards (yes, the one you love!) 🎮🃏
Your turn to Shine ~
See you there ! 🤞
🎟 Register for Free Tickets Now: https://shorturl.at/i52Nu
📅 Date/Time: November 25th, 19:00
📍 Location: DataArt Armenia, Paronyan 40/2
**Music Generated by AI with the help of AWS User Group Armenia. 😁
5 818
CloudFront + Flat-rate pricing plans 🎉
https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-flat-rate-pricing-plans-with-no-overages/
Теперь можно выбрать фиксированную цену 0/15$/200$/1000$/+ для нужного CloudFront. Выбирается конкретный CloudFront, поэтому можно иметь и "обычный" и фиксированный план для разных дистрибуций.
https://aws.amazon.com/cloudfront/pricing/
Свыше лимита запросы будут тротлиться, а не биллиться.
Дистрибуций с бесплатным фиксированным планом можно иметь лишь 3 на аккаунт.
В общем это реально крутой вариант, когда можно получить гарантию, что ты не получишь сюрприз в биллинге, если тебя вдруг задидосят.
⚠️ Фиксированная цена неприменима в случае использования Lambda@Edge и некоторых других специфичных фич:
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/flat-rate-pricing-plan.html#pricing-plan-unsupported-features
#CloudFront #cost_optimization
