This media is not supported in your browser
VIEW IN TELEGRAM
kubectl-ai from Google — AI powered kubernetes agent that runs in your terminal.https://github.com/GoogleCloudPlatform/kubectl-ai
#Kubernetes
🥴14🤡7🤔5🔥2🤮1
Новый будущий AWS Region — Чили:
https://aws.amazon.com/blogs/aws/coming-soon-aws-south-america-chile-region/
Регион планируется к открытию в конце 2026-го года.
На момент официального анонса AWS строит следующие новые регионы:
▫️ Германия (AWS European Sovereign Cloud)
▫️ Новая Зеландия (обещали в 2024-м)
▫️ Саудовская Аравия (в 2026-м)
▫️ Тайвань (обещали в начале 2025-го)
▫️ Чили
#AWS_Regions
https://aws.amazon.com/blogs/aws/coming-soon-aws-south-america-chile-region/
Регион планируется к открытию в конце 2026-го года.
На момент официального анонса AWS строит следующие новые регионы:
▫️ Германия (AWS European Sovereign Cloud)
▫️ Новая Зеландия (обещали в 2024-м)
▫️ Саудовская Аравия (в 2026-м)
▫️ Тайвань (обещали в начале 2025-го)
▫️ Чили
#AWS_Regions
👍15🔥4❤2
ERR_CONNECTION_REFUSED This site can't be reached — сайт определённо упал под наплывом желающих.#пятничное
😁68🤪7🔥4❤1
DevGenius - AWS Solution Generator:
https://github.com/aws-samples/sample-devgenius-aws-solution-builder
Features:
- IaC (AWS CDK, CloudFormation)
- architecture diagram (draw-io format)
- cost estimation
- technical documentation
- existing architecture analysis (you can upload and analyze current architecture diagrams, including handwritten ones)
DevGenius architecture: Bedrock, OpenSearch Serverless, S3, DynamoDB, Fargate, CloudFront, ALB, Cognito
Deployment with AWS CDK create stacks:
- VPC with public/private subnets
- ECS Fargate service with Streamlit container
- Application Load Balancer
- CloudFront distribution with Lambda@Edge for authentication
- Cognito user pool and identity pool
- DynamoDB tables for conversation tracking
- S3 bucket for storing generated assets
- Bedrock Agent with Knowledge Base for AWS documentation sources
- OpenSearch Serverless collection for vector embeddings
#Bedrock
https://github.com/aws-samples/sample-devgenius-aws-solution-builder
Features:
- IaC (AWS CDK, CloudFormation)
- architecture diagram (draw-io format)
- cost estimation
- technical documentation
- existing architecture analysis (you can upload and analyze current architecture diagrams, including handwritten ones)
DevGenius architecture: Bedrock, OpenSearch Serverless, S3, DynamoDB, Fargate, CloudFront, ALB, Cognito
Deployment with AWS CDK create stacks:
- VPC with public/private subnets
- ECS Fargate service with Streamlit container
- Application Load Balancer
- CloudFront distribution with Lambda@Edge for authentication
- Cognito user pool and identity pool
- DynamoDB tables for conversation tracking
- S3 bucket for storing generated assets
- Bedrock Agent with Knowledge Base for AWS documentation sources
- OpenSearch Serverless collection for vector embeddings
#Bedrock
🤮8👍3
Всех с новой рабочей неделей .
🔥 Выпущена версия 0.20.1 платформы для изучения SRE! 🔥
GitHub
📌 Что нового:
- добавлен подсчёт размеров
- добавлен body в ответ для методов
- добавлена возможность задавать дополнительный размер в ответ (поумолчанию 0 ) в ping_pong server
- добавлена 1.33 версия K8s в k8s_self_management module.
- добавлена CKS Lab 27. Cilium network policy with mTLS — решение — видео
- добавлена CKS Lab 28. Detect and stop unauthorized access with Falco — решение — видео
- добавлена CKS Lab 29. Perform Docker security configuration — решение — видео
- добавлена CKA Lab 09. Gateway API in Kubernetes — решение — видео
документация ping-pong сервера
🧪 Доступные пробные экзамены:
CKA
CKAD
CKS
KCNA
KCSA
LFCS
Скрипты и видео с решениями экзаменов:
🔥 Выпущена версия 0.20.1 платформы для изучения SRE! 🔥
GitHub
📌 Что нового:
- добавлен подсчёт размеров
headers , body и полный размер запроса в ping_pong server- добавлен body в ответ для методов
POST и PUT в ping_pong server - добавлена возможность задавать дополнительный размер в ответ (поумолчанию 0 ) в ping_pong server
- добавлена 1.33 версия K8s в k8s_self_management module.
- добавлена CKS Lab 27. Cilium network policy with mTLS — решение — видео
- добавлена CKS Lab 28. Detect and stop unauthorized access with Falco — решение — видео
- добавлена CKS Lab 29. Perform Docker security configuration — решение — видео
- добавлена CKA Lab 09. Gateway API in Kubernetes — решение — видео
документация ping-pong сервера
🧪 Доступные пробные экзамены:
CKA
CKAD
CKS
KCNA
KCSA
LFCS
Скрипты и видео с решениями экзаменов:
GitHub
GitHub - ViktorUJ/cks: Open-source Platform for learning kubernetes and aws eks and preparation for for Certified Kubernetes…
Open-source Platform for learning kubernetes and aws eks and preparation for for Certified Kubernetes exams (CKA ,CKS , CKAD) - GitHub - ViktorUJ/cks: Open-source Platform for learning kubern...
🔥17❤3👍3
s3-migrate — migrating objects between S3-compatible storage buckets.https://github.com/lmammino/s3-migrate
Cases:
▫️ copy an entire bucket from an account to another, and you need two different set of credentials for the source and destination accounts.
▫️ migrate objects from an S3-compatible service to another, such as from DigitalOcean Spaces to AWS S3 or vice versa.
Features:
▪️ Supports different AWS accounts, regions, and even S3-compatible services (it uses the AWS SDK under the hood but with the right configuration it should theoretically work with any S3-compatible service such as DigitalOcean Spaces, MinIO, Cloudflare R2, Backblaze B2, etc.)
▪️ Uses Node.js streams for efficient transfers (Data is transfered directly from the source to the destination without buffering the entire object in memory)
▪️ Allows stopping and resuming with a local SQLite database
▪️ Graceful shutdown on Ctrl+C
▪️ Configurable concurrency level and chunk size for memory / performance tuning
▪️ Progress bar and ETA for the copy process
⚠️ Currently intended for a one-off migration, not to keep 2 buckets in sync.
#S3
GitHub
GitHub - lmammino/s3-migrate: A CLI to help you move all your objects between s3-compatible storage systems
A CLI to help you move all your objects between s3-compatible storage systems - lmammino/s3-migrate
🔥9
Forwarded from Oleksii Bebych
We have AWS GenAI Game Day tomorrow at 16:00
If it's interesting for you, join us
https://forms.gle/jHvNvTJmTxSisoqR6
If it's interesting for you, join us
https://forms.gle/jHvNvTJmTxSisoqR6
Google Docs
AWS Generative AI GameDay
GameDay Description
AWS GameDay is a gamified learning event that challenges participants to use AWS solutions to solve real-world technical problems in a risk-free setting. As a new hire at Unicorn.Rentals, the world’s largest mythical creature rental company…
AWS GameDay is a gamified learning event that challenges participants to use AWS solutions to solve real-world technical problems in a risk-free setting. As a new hire at Unicorn.Rentals, the world’s largest mythical creature rental company…
👍3❤1
AWS Transform — новый сервис для миграции в AWS.
https://aws.amazon.com/blogs/migration-and-modernization/accelerate-migration-planning-with-assessments-in-aws-transform/
#Transform
https://aws.amazon.com/blogs/migration-and-modernization/accelerate-migration-planning-with-assessments-in-aws-transform/
#Transform
Amazon
Accelerate migration planning with assessments in AWS Transform | Amazon Web Services
We are excited to announce the release of the assessment capability of AWS Transform. Migration assessments are an important early step in any organization’s migration journey as they help reduce cost and accelerate migration planning so you can realize migration…
👍2
AWS Service Terms
https://aws.amazon.com/service-terms/
Вы когда-нибудь читали этот увлекательный документ? Нет?
А он ведь как раз намедни обновился.Что ж, прочитаю за вас. Вот самое интересное.
▫️ Майнить на AWS без разрешения нельзя. (1.25)
▫️ Код Lambda могут удалить через 30 дней, если не запускали 3 месяца. (30)
▫️ Также для SageMaker Studio Lab. (60.8.3)
▫️ Аналогично через 12 месяцев для Cognito User Pool. (27.2)
▫️ На сервисы в бете нет никаких SLA и все данные будут удалены через 12 месяцев. (2.1, 2.4, 2.6)
▫️ 3d-party Identity Providers (IAM, Cognito, Verified Access) могут быть отключены без предупреждения. (12.2, 27.1, 42.1)
▫️ Получив клиента через AWS IQ нельзя договариваться с ним напрямую в течение 24 месяцев. (70.2)
▫️ Переехав в AWS на свежевышедшем AWS Transform - придётся им пользоваться ещё минимум 24 месяца. (50.14)
▫️ Для некоторых сервисов AWS может по умолчанию обучаться на ваших данных, что обычно отключается в AWS Organizations. (24.3, 50.3, 53.8.a, 54.7.a, 59.2, 97.2, 99.2.a)
▫️ Запрещено пользоваться и при этом разрабатывать такие же сервисы как Alexa, CloudWatch Network Monitoring, Ground Station, Chime SDK ML Services, Connect ML Services & Voice ID, AWS Entity Resolution, Amazon Fraud Detector, Industrial AI Services, AWS Clean Rooms ML. (6, 8.3.2, 21.2, 53.8.c, 54.7.c, 59.4, 75.2, 81.5, 92.5.1)
▫️ AI сервисы нельзя реверсить, декомпилировать и т.д. (50.11)
▫️ Модели от Mistral уникальны - AWS может делиться с Mistral информацией об использовании (но не о контенте). Mistral владеет моделями, а не вы. Mistral (а не AWS) будет защищать вас от третьих лиц по IP-претензиям. При этом ответственность Mistral ограничена это 4 месяца оплаты AWS или 10 000 евро (или 1 000 евро для open-source моделей). А вам придётся возместить убытки Mistral за неправомерное использование. (50.12.5)
▫️ Отпечатки ладоней от Amazon One Enterprise принадлежат не вам, а AWS. При этом это вполне подпадает по GDPR - отпечатки просто удалят по запросу (101.4).
Итого: стоит читать текст мелкими буквами. Хотя бы иногда.
https://aws.amazon.com/service-terms/
Вы когда-нибудь читали этот увлекательный документ? Нет?
А он ведь как раз намедни обновился.Что ж, прочитаю за вас. Вот самое интересное.
▫️ Майнить на AWS без разрешения нельзя. (1.25)
▫️ Код Lambda могут удалить через 30 дней, если не запускали 3 месяца. (30)
▫️ Также для SageMaker Studio Lab. (60.8.3)
▫️ Аналогично через 12 месяцев для Cognito User Pool. (27.2)
▫️ На сервисы в бете нет никаких SLA и все данные будут удалены через 12 месяцев. (2.1, 2.4, 2.6)
▫️ 3d-party Identity Providers (IAM, Cognito, Verified Access) могут быть отключены без предупреждения. (12.2, 27.1, 42.1)
▫️ Получив клиента через AWS IQ нельзя договариваться с ним напрямую в течение 24 месяцев. (70.2)
▫️ Переехав в AWS на свежевышедшем AWS Transform - придётся им пользоваться ещё минимум 24 месяца. (50.14)
▫️ Для некоторых сервисов AWS может по умолчанию обучаться на ваших данных, что обычно отключается в AWS Organizations. (24.3, 50.3, 53.8.a, 54.7.a, 59.2, 97.2, 99.2.a)
▫️ Запрещено пользоваться и при этом разрабатывать такие же сервисы как Alexa, CloudWatch Network Monitoring, Ground Station, Chime SDK ML Services, Connect ML Services & Voice ID, AWS Entity Resolution, Amazon Fraud Detector, Industrial AI Services, AWS Clean Rooms ML. (6, 8.3.2, 21.2, 53.8.c, 54.7.c, 59.4, 75.2, 81.5, 92.5.1)
▫️ AI сервисы нельзя реверсить, декомпилировать и т.д. (50.11)
▫️ Модели от Mistral уникальны - AWS может делиться с Mistral информацией об использовании (но не о контенте). Mistral владеет моделями, а не вы. Mistral (а не AWS) будет защищать вас от третьих лиц по IP-претензиям. При этом ответственность Mistral ограничена это 4 месяца оплаты AWS или 10 000 евро (или 1 000 евро для open-source моделей). А вам придётся возместить убытки Mistral за неправомерное использование. (50.12.5)
▫️ Отпечатки ладоней от Amazon One Enterprise принадлежат не вам, а AWS. При этом это вполне подпадает по GDPR - отпечатки просто удалят по запросу (101.4).
Итого: стоит читать текст мелкими буквами. Хотя бы иногда.
🔥13👍4😱4❤1
CodeBuild Docker Server — building Docker images in seconds!
https://aws.amazon.com/blogs/aws/accelerate-ci-cd-pipelines-with-the-new-aws-codebuild-docker-server-capability/
BUT — you'll be charged like for a regular EC2 instance (around $50/month) unless you explicitly disable the CodeBuild Docker Server feature — even if you don’t run any builds.
So use it with caution.
Or better: modify your project settings before the first build of the day to reduce costs.
Note: The first run takes the usual time, and only subsequent builds benefit from layer caching to speed things up.
#CodeBuild
https://aws.amazon.com/blogs/aws/accelerate-ci-cd-pipelines-with-the-new-aws-codebuild-docker-server-capability/
BUT — you'll be charged like for a regular EC2 instance (around $50/month) unless you explicitly disable the CodeBuild Docker Server feature — even if you don’t run any builds.
So use it with caution.
Or better: modify your project settings before the first build of the day to reduce costs.
Note: The first run takes the usual time, and only subsequent builds benefit from layer caching to speed things up.
#CodeBuild
👍7
Вы жаловались, что слишком много AWS сервисов для изучения?
Минус 38 на сейчас. Не благодарите!
Полный список закрывающихся сервисов со ссылками на AWS Blog, где можнопогрустить посмотреть, чем их заменить, тут:
https://aws.amazon.com/products/lifecycle/
Минус 38 на сейчас. Не благодарите!
Полный список закрывающихся сервисов со ссылками на AWS Blog, где можно
https://aws.amazon.com/products/lifecycle/
👏18😢3
Forwarded from Nikita Shynkevich
Я думаю что уже все видели ?
Amazon EKS will no longer publish EKS-optimized Amazon Linux 2 (AL2) AMIs after November 26th, 2025. Additionally, Kubernetes version 1.32 is the last version for which Amazon EKS will release AL2 AMIs. From version 1.33 onwards, Amazon EKS will continue to release AL2023 and Bottlerocket based AMIs.
Amazon EKS will no longer publish EKS-optimized Amazon Linux 2 (AL2) AMIs after November 26th, 2025. Additionally, Kubernetes version 1.32 is the last version for which Amazon EKS will release AL2 AMIs. From version 1.33 onwards, Amazon EKS will continue to release AL2023 and Bottlerocket based AMIs.
👍27🎉2🔥1💯1
EKS Dashboard — all EKS clusters from all AWS regions/accounts in one place:
https://aws.amazon.com/blogs/aws/centralize-visibility-of-kubernetes-clusters-across-aws-regions-and-accounts-with-eks-dashboard/
#EKS
https://aws.amazon.com/blogs/aws/centralize-visibility-of-kubernetes-clusters-across-aws-regions-and-accounts-with-eks-dashboard/
#EKS
🔥25👍7🎉2
🥷 Хакерский кружок. Часть 4: JavaScript-экшен на реальных веб-CTF!
Уже 29 мая (четверг!) возобновляется работа нашего этичного Хакерского Кружка!
На новой встрече разберём веб-задачи с недавних Capture The Flag-площадок.
В этот раз будем добывать флаги, находя неожиданные маршруты в цепочке «браузер → сервер → база данных».
Встречу проведут:
▪️ Егор Мясников (Senior Solutions Architect @AWS Munich)
▪️ Константин Периков (Principal Software Engineer в EPAM)
Чат кружка:
https://discord.com/invite/NtNvsHmXw8
Встреча пройдет в MS Teams 29 мая в 16:00 CET.
Регистрация на встречу:
https://wearecommunity.io/events/hacker-club4
Уже 29 мая (четверг!) возобновляется работа нашего этичного Хакерского Кружка!
На новой встрече разберём веб-задачи с недавних Capture The Flag-площадок.
В этот раз будем добывать флаги, находя неожиданные маршруты в цепочке «браузер → сервер → база данных».
Встречу проведут:
▪️ Егор Мясников (Senior Solutions Architect @AWS Munich)
▪️ Константин Периков (Principal Software Engineer в EPAM)
Чат кружка:
https://discord.com/invite/NtNvsHmXw8
Встреча пройдет в MS Teams 29 мая в 16:00 CET.
Регистрация на встречу:
https://wearecommunity.io/events/hacker-club4
🔥5
Aurora DSQL — новая крутая серверлесная база данных
https://aws.amazon.com/blogs/aws/amazon-aurora-dsql-is-now-generally-available/
Можно и нужно пробовать.
Цены подозрительно приятные (при минимальной нагрузке — единицы долларов в месяц), при этом ещё и Free Tier. При этом мультирегиональный active-active.
https://aws.amazon.com/blogs/aws/amazon-aurora-dsql-is-now-generally-available/
Можно и нужно пробовать.
Цены подозрительно приятные (при минимальной нагрузке — единицы долларов в месяц), при этом ещё и Free Tier. При этом мультирегиональный active-active.
Amazon
Amazon Aurora DSQL, the fastest serverless distributed SQL database is now generally available | Amazon Web Services
Amazon Aurora DSQL is the fastest serverless distributed SQL database with virtually unlimited scale, the highest availability, and zero infrastructure management for always available applications. You can remove the operational burden of patching, upgrades…
🔥11👍4⚡2❤1🤮1
Официальный MCP-server для EKS:
https://aws.amazon.com/blogs/containers/accelerating-application-development-with-the-amazon-eks-model-context-protocol-server/
#EKS #MCP
https://aws.amazon.com/blogs/containers/accelerating-application-development-with-the-amazon-eks-model-context-protocol-server/
#EKS #MCP
Amazon
Accelerating application development with the Amazon EKS MCP server | Amazon Web Services
This blog post was jointly authored by Niall Thomson, Principal Solutions Architect – Containers, Carlos Santana, Solutions Architect – Containers and George John, Senior Product Manager – Amazon EKS Introduction Today, we’re excited to announce the launch…
🔥3
Официальный MCP-server для ECS:
https://aws.amazon.com/blogs/containers/automating-ai-assisted-container-deployments-with-amazon-ecs-mcp-server/
#ECS #MCP
https://aws.amazon.com/blogs/containers/automating-ai-assisted-container-deployments-with-amazon-ecs-mcp-server/
#ECS #MCP
Amazon
Automating AI-assisted container deployments with the Amazon ECS MCP Server | Amazon Web Services
This blog post was jointly authored by Debasis Rath, Senior Solutions Architect – Serverless and Anton Aleksandrov, Principal Solutions Architect – Serverless Introduction Containerized applications have become the standard for modern cloud deployments, offering…
🔥5😁2🤔1
Полный список доступных MCP серверов от AWS:
https://awslabs.github.io/mcp/
• Core MCP Server
• Amazon Bedrock Knowledge Base Retrieval MCP Server
• AWS CDK MCP Server
• Cost Analysis MCP Server
• Amazon Nova Canvas MCP Server
• AWS Documentation MCP Server
• AWS Lambda Tool MCP Server 👍
• AWS Diagram MCP Server
• AWS Step Functions Tool MCP Server
• AWS Terraform MCP Server 🔥
• Git Repo Research MCP Server
• CloudFormation MCP Server
• AWS Serverless MCP Server 💪
• Finch MCP Server
• Amazon EKS MCP Server 🔥
• Amazon ECS MCP Server 🔥
• AWS Support MCP Server
#MCP
https://awslabs.github.io/mcp/
• Core MCP Server
• Amazon Bedrock Knowledge Base Retrieval MCP Server
• AWS CDK MCP Server
• Cost Analysis MCP Server
• Amazon Nova Canvas MCP Server
• AWS Documentation MCP Server
• AWS Lambda Tool MCP Server 👍
• AWS Diagram MCP Server
• AWS Step Functions Tool MCP Server
• AWS Terraform MCP Server 🔥
• Git Repo Research MCP Server
• CloudFormation MCP Server
• AWS Serverless MCP Server 💪
• Finch MCP Server
• Amazon EKS MCP Server 🔥
• Amazon ECS MCP Server 🔥
• AWS Support MCP Server
#MCP
🔥10❤2