home.social

#cloudformation — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cloudformation, aggregated by home.social.

  1. #FotoVorschlag

    “Weitwinklig verzerrt” / Wide-angle distortion

    A surreal scene at the Brooklyn waterfront a few weeks ago. Some weather phenomenon caused a straight-edged mass of clouds to vault over Manhattan and frame it in a perfect arc of clear blue sky, stretching horizon to horizon. The only way I could capture it was with a slightly distorted panorama shot (tap image for full view).

    #photography #landscape #urbanlandscape #skyline #panorama #clouds #cloudformation #brooklyn #nyc

  2. Hot take: No RDS instance should ever be part of a #cloudformation stack.

    The technology is so immature that it is just a matter of time before the stack gets in an unrecoverable state.

    Everyone knows this, this is why they suggest splitting stacks into persistent and ephemeral, but really listen to yourself. If it is too dangerous to put RDS into a stack that could need to be dropped, it shouldn't be in *any* stack.

  3. [Перевод] Развёртывание .NET Aspire в AWS

    Aspire отлично закрывает локальный цикл разработки, но как только дело доходит до AWS, начинается вечная развилка: «или пишем отдельный IaC и живём с двойной правдой», или «деплоим руками и платим временем и деньгами». В этой статье показан рабочий компромисс: один Aspire Host, который в локальном режиме поднимает LocalStack и контейнеры, а в publish-режиме передаёт управление AWS CDK и разворачивает полноценный serverless-стек (VPC, Aurora, DynamoDB, Lambda, API Gateway) — оставаясь в C# и без зоопарка YAML-файлов. Открыть разбор

    habr.com/ru/companies/otus/art

    #деплой_в_облако #инфраструктура_как_код #локальная_разработка #оркестрация_окружений #паритет_окружений #AWS_CDK #CloudFormation #LocalStack #AWS_Lambda

  4. [Перевод] Развёртывание .NET Aspire в AWS

    Aspire отлично закрывает локальный цикл разработки, но как только дело доходит до AWS, начинается вечная развилка: «или пишем отдельный IaC и живём с двойной правдой», или «деплоим руками и платим временем и деньгами». В этой статье показан рабочий компромисс: один Aspire Host, который в локальном режиме поднимает LocalStack и контейнеры, а в publish-режиме передаёт управление AWS CDK и разворачивает полноценный serverless-стек (VPC, Aurora, DynamoDB, Lambda, API Gateway) — оставаясь в C# и без зоопарка YAML-файлов. Открыть разбор

    habr.com/ru/companies/otus/art

    #деплой_в_облако #инфраструктура_как_код #локальная_разработка #оркестрация_окружений #паритет_окружений #AWS_CDK #CloudFormation #LocalStack #AWS_Lambda

  5. [Перевод] Развёртывание .NET Aspire в AWS

    Aspire отлично закрывает локальный цикл разработки, но как только дело доходит до AWS, начинается вечная развилка: «или пишем отдельный IaC и живём с двойной правдой», или «деплоим руками и платим временем и деньгами». В этой статье показан рабочий компромисс: один Aspire Host, который в локальном режиме поднимает LocalStack и контейнеры, а в publish-режиме передаёт управление AWS CDK и разворачивает полноценный serverless-стек (VPC, Aurora, DynamoDB, Lambda, API Gateway) — оставаясь в C# и без зоопарка YAML-файлов. Открыть разбор

    habr.com/ru/companies/otus/art

    #деплой_в_облако #инфраструктура_как_код #локальная_разработка #оркестрация_окружений #паритет_окружений #AWS_CDK #CloudFormation #LocalStack #AWS_Lambda

  6. [Перевод] Развёртывание .NET Aspire в AWS

    Aspire отлично закрывает локальный цикл разработки, но как только дело доходит до AWS, начинается вечная развилка: «или пишем отдельный IaC и живём с двойной правдой», или «деплоим руками и платим временем и деньгами». В этой статье показан рабочий компромисс: один Aspire Host, который в локальном режиме поднимает LocalStack и контейнеры, а в publish-режиме передаёт управление AWS CDK и разворачивает полноценный serverless-стек (VPC, Aurora, DynamoDB, Lambda, API Gateway) — оставаясь в C# и без зоопарка YAML-файлов. Открыть разбор

    habr.com/ru/companies/otus/art

    #деплой_в_облако #инфраструктура_как_код #локальная_разработка #оркестрация_окружений #паритет_окружений #AWS_CDK #CloudFormation #LocalStack #AWS_Lambda

  7. I've been working on a ton of #AWS #CloudFormation #YAML templates, a #GitLab CI/CD pipeline, and turning up quite a few things at work. My team was surprised at how fast I was able to create and deploy an application where its spec existed in #Microsoft Word and LucidChart documents, with the help of #Claude #Code #AI via #AWS #Bedrock. The elasticity and everything being on-demand (at my employers expense) is a very hard thing to turn down, where I can effectively do anything in the cloud environments, and not suffer with the on-prem environments that I cannot control due to work politics.

    As I've been putting on the SRE hat lately, I've read plenty of documentation, implementation examples, run cost analysis, and more, for running apps on AWS. I've also learned that many developers do not understand the mechanics of a system, and how their application truly works, to get the best performance out of it. Sure deploying lambda's are a nice way to get something out there and not worry about it, but that ends up costing more depending on the usage than running a container on ECS / Fargate, which can handle plenty of concurrency.

    It is much faster to deploy and make something with AWS CloudFormation, than doing anything with
    #Kubernetes, and even standing up virtual machines, #SSL cert, #DNS, all on-prem.

    ---

    Over the past couple of months, my equipment at Hurricane Electric FMT2 has barely been touched. The closest idea I have for it now is putting a highly specced
    #Mac Mini there, run Parsec on it, and move to thin client type systems for both #mobile and #desktop, to have a centralized #workstation.

  8. [Перевод] Настройка .NET Aspire с AWS и LocalStack

    Разработка сервисов с интеграцией в AWS быстро упирается в компромиссы: либо работать с реальным облаком и платить за каждый эксперимент, либо замокать инфраструктуру и надеяться, что в продакшене всё «взлетит». В статье показано, как с помощью .NET Aspire и LocalStack выстроить полноценное локальное AWS-окружение — с S3, CDK и реальной оркестрацией — так, чтобы один и тот же код без условностей работал и локально, и в проде.

    habr.com/ru/companies/otus/art

    #NET_Aspire #LocalStack #AWS #инфраструктура_как_код #микросервисная_архитектура #CloudFormation

  9. [Перевод] Настройка .NET Aspire с AWS и LocalStack

    Разработка сервисов с интеграцией в AWS быстро упирается в компромиссы: либо работать с реальным облаком и платить за каждый эксперимент, либо замокать инфраструктуру и надеяться, что в продакшене всё «взлетит». В статье показано, как с помощью .NET Aspire и LocalStack выстроить полноценное локальное AWS-окружение — с S3, CDK и реальной оркестрацией — так, чтобы один и тот же код без условностей работал и локально, и в проде.

    habr.com/ru/companies/otus/art

    #NET_Aspire #LocalStack #AWS #инфраструктура_как_код #микросервисная_архитектура #CloudFormation

  10. [Перевод] Настройка .NET Aspire с AWS и LocalStack

    Разработка сервисов с интеграцией в AWS быстро упирается в компромиссы: либо работать с реальным облаком и платить за каждый эксперимент, либо замокать инфраструктуру и надеяться, что в продакшене всё «взлетит». В статье показано, как с помощью .NET Aspire и LocalStack выстроить полноценное локальное AWS-окружение — с S3, CDK и реальной оркестрацией — так, чтобы один и тот же код без условностей работал и локально, и в проде.

    habr.com/ru/companies/otus/art

    #NET_Aspire #LocalStack #AWS #инфраструктура_как_код #микросервисная_архитектура #CloudFormation

  11. [Перевод] Настройка .NET Aspire с AWS и LocalStack

    Разработка сервисов с интеграцией в AWS быстро упирается в компромиссы: либо работать с реальным облаком и платить за каждый эксперимент, либо замокать инфраструктуру и надеяться, что в продакшене всё «взлетит». В статье показано, как с помощью .NET Aspire и LocalStack выстроить полноценное локальное AWS-окружение — с S3, CDK и реальной оркестрацией — так, чтобы один и тот же код без условностей работал и локально, и в проде.

    habr.com/ru/companies/otus/art

    #NET_Aspire #LocalStack #AWS #инфраструктура_как_код #микросервисная_архитектура #CloudFormation

  12. Cought a beautiful cloud swirl this morning at my running hood at Bang Wad Dam in Phuket #clouds #cloudformation #Phuket #naturephotography

  13. Dusty Clouds Make More Ice

    Even when colder than its freezing point, water droplets have trouble freezing–unless there’s an impurity like dust that they can cling to. It’s been long understood in the lab that adding dust allows water to freeze at warmer temperatures, but proving that at atmospheric scales has been harder. But a new analysis of decades’ worth of satellite imagery has done just that. The team showed that a tenfold increase in dust doubled the likelihood of cloud tops freezing.

    Since ice-topped clouds reflect sunlight and trap heat differently than water-topped ones, this connection between dust and icy clouds has important climate implications. (Image and research credit: D. Villanueva et al.; via Eos)

    #climateChange #cloudFormation #dust #fluidDynamics #meteorology #physics #science

  14. “Vorticity 6”

    It’s time for another storm-chasing timelapse from photographer Mike Olbinski! “Vorticity 6” focuses on supercell thunderstorms and their tornadoes. There’s billowing turbulent convection, undulating asperitas, bulging mammatus, microbursts, and more. There’s nothing like timelapse to highlight the growth, rotation, and shear involved in these storms. (Video and image credit: M. Olbinski)

    #asperitas #cloudFormation #clouds #convection #fluidDynamics #fluidsAsArt #mammatus #physics #science #thunderstorm #turbulence

  15. Seeding Clouds With Wildfire

    Raging wildfires send plumes of smoke up into the atmosphere; that smoke is made up of tiny particles that can serve as seeds — nucleation sites — where water vapor can freeze and form clouds. To understand wildfire’s effect on cloud growth, researchers sampled air from the troposphere (the atmosphere’s lowest layer) both in and around wildfire smoke.

    The team found that smoke increased the number of nucleating particles up to 100 times higher than the background air, but the exact make-up of the smoke varied significantly by fire. Smoke particles were mostly organic, though inorganic ones appeared as well. The temperature of a fire, as well as what materials it was burning, made a big difference; the fire where they measured the highest particle concentrations included lots of unburned plant material, thought to be carried aloft by turbulence around the fire. (Image credit: K. Barry; research credit: K. Barry et al.; via Eos)

    #cloudFormation #fluidDynamics #nucleation #physics #science #smoke #turbulence #wildfire

  16. I built my website using @enhance_dev a couple years ago but I feel like I should use a more popular #IaC framework for deploying to #AWS like #CDK, #SAM, #Terraform or just raw #CloudFormation.

    The problem is, I'm spoiled; Enhance makes #serverless so easy. I find myself just reimplementing all it's features; file based routing, html templates, session management, etc.

    #webDev

  17. Penguin Poo Seeds Antarctic Clouds

    Forming clouds requires more than just water vapor; every droplet in a cloud forms around a tiny aerosol particle that serves as a seed that vapor can condense onto. Without these aerosols, there are no clouds. In most regions of the world, aerosols are plentiful — produced by vegetation, dust, sea salt, and other sources. But in the Antarctic, aerosol sources are few. But a new study shows that penguins help create aerosols with their feces.

    Penguin feces is ammonia-rich, and that ammonia, when combined with sulfur compounds from marine phytoplankton, triggers chemistry that releases new aerosol particles. The researchers measured ammonia carried on the wind from nearby penguin colonies and found that the birds are a large ammonia source, producing 100 to 1000 times the region’s baseline ammonia levels. In combination with another ingredient in penguin guano, the researchers found the penguins boosted aerosol production 10,000-fold. That means penguins can actually influence their environment, helping to create clouds that keep Antarctica cooler. (Image credit: H. Neufeld; research credit: M. Boyer et al.; via Eos)

    #aerosols #biology #chemistry #cloudFormation #condensation #fluidDynamics #penguins #physics #science

  18. “Monsoon 7”

    Storm-chasing photographer Mike Olbinski (previously) returns with another stunning timelapse of summer thunderstorms in the western U.S. I never tire of watching the turbulent convection, microbursts, billowing haboobs, and undulating clouds Olbinski captures. His work is always a reminder of the incredible power and energy contained in our atmosphere and unleashed in cycles of warming and cooling, evaporation and condensation. (Video and image credit: M. Olbinski)

    #cloudFormation #condensation #evaporation #fluidDynamics #fluidsAsArt #haboob #physics #science #thunderstorm #turbulence

  19. I just realized that the AWS CloudFormation stack detail page has no confirmation prompt for deletions. It's so bizarre – one click and 💥 !

    #aws #cloudformation #devops

  20. Updated resource

    The following resources were added or updated: AWS::Batch::ConsumableResource and AWS::Batch:JobDefinition.
    docs.aws.amazon.com/AWSCloudFo #cloudformation

  21. Updated AWS::WorkSpacesWeb::UserSettings

    Use the ToolbarConfiguration property to specify the configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions.
    docs.aws.amazon.com/AWSCloudFo #workspacesweb #cloudformation

  22. New AWS::GuardDuty::PublishingDestination

    Use AWS::GuardDuty::PublishingDestination resource to create a publishing destination where you can export your GuardDuty findings.
    docs.aws.amazon.com/AWSCloudFo #guardduty #cloudformation

  23. Rebrand update

    AWS Chatbot is now Amazon Q Developer. Mentions of the name AWS Chatbot still appear in this guide.Learn more
    docs.aws.amazon.com/chatbot/la #cloudformation

  24. New AWS::OpenSearchServerless::SecurityConfig

    Use the AWS::OpenSearchServerless::LifecyclePolicy resource to create lifecycle access policies for Amazon OpenSearch Serverless.
    docs.aws.amazon.com/AWSCloudFo #opensearchserverless #cloudformation

  25. Updated AWS::IVS::Channel

    Use the MultitrackInputConfiguration property to specify a multitrack input configuration for a channel.
    docs.aws.amazon.com/AWSCloudFo #ivs #cloudformation

  26. Updated AWS::IVS::Channel

    Use the MultitrackInputConfiguration property to specify a multitrack input configuration for a channel.
    docs.aws.amazon.com/AWSCloudFo #ivs #cloudformation

  27. Updated AWS::IVS::Channel

    Use the MultitrackInputConfiguration property to specify a multitrack input configuration for a channel.
    docs.aws.amazon.com/AWSCloudFo #ivs #cloudformation

  28. Updated AWS::IVS::Channel

    Use the MultitrackInputConfiguration property to specify a multitrack input configuration for a channel.
    docs.aws.amazon.com/AWSCloudFo #ivs #cloudformation

  29. Updated AWS::DataSync::LocationSMB

    DataSync can now use Kerberos authentication when connecting to Server Message Block (SMB) file servers.
    docs.aws.amazon.com/AWSCloudFo #datasync #cloudformation

  30. New AWS::CloudFront::VpcOrigin

    For more information, see Restrict access with VPC origins in the Amazon CloudFront Developer Guide.
    docs.aws.amazon.com/AWSCloudFo #cloudfront #cloudformation

  31. 🔒 Want a higher level of security & compliance for your domain management? Effectively & efficiently manage your domain names with DNSimple's Terraform Provider. Visit 👉dnsimple.com/hashicorp
    #cloudarchitect #cloudformation #terraform #terraformcertified #hashicorp #devops

  32. Updated AWS::ImageBuilder::InfrastructureConfiguration

    Use the Placement property to configure the physical hardware where instances that Image Builder launches during image creation will run.
    docs.aws.amazon.com/AWSCloudFo #imagebuilder #cloudformation

  33. Updated AWS::CleanRooms::Membership MembershipPaymentConfiguration

    Use the MachineLearning property in the MembershipPaymentConfiguration to specify the payment responsibilities accepted by the collaboration member for machine learning costs.
    docs.aws.amazon.com/AWSCloudFo #cleanrooms #cloudformation