Получи случайную криптовалюту за регистрацию!

AWS Notes

Логотип телеграм канала @aws_notes — AWS Notes A
Логотип телеграм канала @aws_notes — AWS Notes
Адрес канала: @aws_notes
Категории: Технологии
Язык: Русский
Количество подписчиков: 3.54K
Описание канала:

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/

Рейтинги и Отзывы

2.33

3 отзыва

Оценить канал aws_notes и оставить отзыв — могут только зарегестрированные пользователи. Все отзывы проходят модерацию.

5 звезд

0

4 звезд

0

3 звезд

1

2 звезд

2

1 звезд

0


Последние сообщения 10

2022-02-05 14:27:34 ​​Weekly Summary on AWS (January 30 - February 5)

AppFlow + Custom Connector SDK for Python and Java
Amazon Connect Chat + ChatDurationInMinutes from 1 hour to 7 days
EC2 AMI + Recycle Bin
FSx for OpenZFS + full-copy volumes
IoT Core + per-device level logging
Lambda + auto scaling improvements for MSK and self-managed Kafka
Lex + multiple transcripts and confidence scores for speech input
MSK (Kafka) + 1000 MiB/s per broker
QuickSight + rich text formatting options for visual titles and subtitles
PrivateLink
ElastiCache
MemoryDB
RDS Custom for Oracle + version 12.1
RDS for MariaDB + version 10.6
SageMaker Data Wrangler + JSON, JSONL, and ORC
SageMaker JumpStart + custom VPC and KMS
Secrets Manager + rotation windows
Step Functions Local
Storage Gateway + recover previous versions of files for on-premises

Solutions:
Maintaining Personalized Experiences with Machine Learning version 1.2.0
MLOps Workload Orchestrator version 1.5.0

#AWS_week
1.4K viewsTelepostBot, 11:27
Открыть/Комментировать
2022-02-04 16:47:01 Подведение итогов reCap re:Invent 2021 - бизнес-трек:





#reInvent
1.3K viewsTelepostBot, 13:47
Открыть/Комментировать
2022-02-04 15:33:20 https://www.crn.com/news/cloud/amazon-q4-aws-annualized-revenue-run-rate-hits-71b
1.2K viewsRinat Uzbekov, 12:33
Открыть/Комментировать
2022-02-03 21:58:19 ​​Terraform module for setting up OIDC federation between AWS and Github Actions/Gitlab CI:

https://github.com/marco-lancini/utils/tree/main/terraform/aws-oidc-ci

module "ci_oidc" {
source = "./aws-oidc-ci"
allow_github = true
github_org = ""
github_repos = [
":*",
# To restrict to a branch,
# replace `*` with `ref_type:branch:ref:main`
":ref_type:branch:ref:main",
]
}

#Terraform
1.3K viewsTelepostBot, 18:58
Открыть/Комментировать
2022-02-02 22:02:41 ​​How to send repeated notifications for CloudWatch Alarms:

https://aws.amazon.com/blogs/mt/how-to-enable-amazon-cloudwatch-alarms-to-send-repeated-notifications/

CloudWatch alarm is triggered and goes into the ALARM state.
CloudWatch alarm sends the first alarm notification to the associated SNS alarm actions.
CloudWatch Alarms service sends an alarm state change event which triggers the EventBridge rule.
With a match event, the EventBridge rule invokes the Step Function target.
Once the Step Function starts execution, it first enters a Wait state.
The Step Function enters the Lambda Invocation task. The Lambda invocation task:
Checks if the alarm has the specific tag key and value (e.g., RepeatedAlarm:true). If not, the function exits
Checks the alarm’s current state by performing a DescribeAlarms API with the alarm name.
Publishes the existing alarm’s status returned from the DescribeAlarms API call to all the SNS topics subscribed on the alarm
Returns the alarm’s current state together with the original received event back to the Step Function.
The Choice state checks the alarm state returned by the Lambda function and directs the workflow to go back to the Wait state if the alarm state is ‘ALARM’ otherwise it ends the step function’s execution.
The repeated notification for an alarm within the workflow above stops when:
The alarm transitions to a non-ALARM state.
The alarm is deleted.
A specific tag is removed from the alarm.

#CloudWatch
1.4K viewsTelepostBot, 19:02
Открыть/Комментировать
2022-02-01 22:42:21 ​​В AWS сертификации теперь есть бэджи, которые можно получить для какого-то направления.

https://aws.amazon.com/training/badges/

Получить их можно бесплатно, на текущий момент есть лишь блок по хранилищам данных.

AWS Learning badges are credentials that offer these benefits:
AWS digital badges demonstrate your knowledge and skills for specific AWS Cloud topics, such as Object Storage
AWS digital badges are shareable on social networks to help you stand out to recruiters and prospective hiring managers
AWS digital badges are free to earn and share

#AWS_certification
1.7K viewsTelepostBot, 19:42
Открыть/Комментировать
2022-01-31 11:39:58 #машины_aws

Одно из моих любимых занятий - ковырять нелюбимые инструменты, чтобы не любить их экспертно и за дело. Один из таких инструментов - CodeDeploy - до неприятия муторный, сложный и противный.

Чего только стоит необходимость запускать Shell скрипты из spec-файла. Да, даже если весь скрипт состоит из одной команды.

Предлагаю разделить мою нелюбовь и начать эту неделю с мультирегионального развертывания приложений с помощью CodePipeline и CodeDeploy. Да еще и на виртуальные машины, чтоб жизнь совсем уж медом не казалась.
704 viewsRoman Sevko, 08:39
Открыть/Комментировать
2022-01-30 19:41:53 ​​Как добавить дополнительную информацию об AWS аккаунте в Security Hub:

https://aws.amazon.com/blogs/security/how-to-enrich-aws-security-hub-findings-with-account-metadata/

По умолчанию в Security Hub показывается лишь AWS ID, что становится совершенно бесполезным, как только у вас 10+ аккаунтов (всех по айдишнику не запомнишь).

Ситуацию можно исправить с помощью Лямбды, которая будет тригериться на каждый эвент Security Hub findings, обрабатывая его через через EventBridge.

В результате можно легко увидеть имя AWS аккаунта (см. картинку). Я бы ещё добавил туда и тэги.

#SecurityHub
712 viewsTelepostBot, 16:41
Открыть/Комментировать
2022-01-30 19:02:39 ​​S3 Replication vs AWS Datasync vs S3 Batch Operations vs S3 CopyObject API:

https://aws.amazon.com/blogs/storage/considering-four-different-replication-options-for-data-in-amazon-s3/

#S3
752 views16:02
Открыть/Комментировать
2022-01-29 13:53:32 ​​Weekly Summary on AWS (January 23-29)

Chime SDK + background replacement
Cloud Map API + IPv6
DocumentDB
1-month free trial (t3.medium, 750 hours / 30M IOs / 5GB)
$geoIntersects
$geoWithin
$mergeObjects
$reduce
EC2 X2iezn instances (32:1 ratio of memory to vCPU)
ECS Anywhere + ECS Exec and Amazon Linux 2
EFS Replication
Fraud Detector + prediction explanations
FSx for ONTAP + increase storage capacity
GuardDuty + EKS
Lightsail CDN + Lightsail Container Services
as origin
MWAA (Airflow) + version 2.2
PrivateLink + CloudWatch metrics
QuickSight + comparative and cumulative date/time calculations
RDS for PostgreSQL 14.1, 13.5, 12.9, 11.14, 10.19, and 9.6.24
RDS Performance Insights + query execution plan
S3 File Gateway + schedule-based network bandwidth throttling
SageMaker Autopilot
100 GB datasets (before - 10GB)
Apache Parquet file format
Textract + single page PDF documents & JPEG 2000 encoded images
Panorama Appliances + available for purchase

#AWS_week
574 viewsTelepostBot, 10:53
Открыть/Комментировать