並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 80 件 / 85件

新着順 人気順

Deploymentの検索結果41 - 80 件 / 85件

  • Deployment - Uvicorn

    Deployment¶ Server deployment is a complex area, that will depend on what kind of service you're deploying Uvicorn onto. As a general rule, you probably want to: Run uvicorn --reload from the command line for local development. Run gunicorn -k uvicorn.workers.UvicornWorker for production. Additionally run behind Nginx for self-hosted deployments. Finally, run everything behind a CDN for caching su

    • テストだけでなく、デプロイもGithubで!SlackとGithub Deploymentを使ったGithub Actionsの実行方法 - Qiita

      テストだけでなく、デプロイもGithubで!SlackとGithub Deploymentを使ったGithub Actionsの実行方法GitHubdeploySlackGitHubActionsGithubDeployment はじめに GithubActionsがリリースされ、CircleCIや、TravisCIから段々とGithubActionに移行している中、CircleCIで出来た「Approve」機能が使えなくて困っている人も多いはず。 git push してActionを起動できるのはわかったけど、任意のタイミングでDeployのために、Github Actionsを実行したいと思うようになってきたのではないでしょうか? そんな時に使えるのが「Github Deployment」! 任意のタイミングでActionを起動して、Deployを効率化することができます。 Slack

        テストだけでなく、デプロイもGithubで!SlackとGithub Deploymentを使ったGithub Actionsの実行方法 - Qiita
      • Continuous integration and deployment with Bazel

        Dropbox server-side software lives in a large monorepo. One lesson we’ve learned scaling the monorepo is to minimize the number of global operations that operate on the repository as a whole. Years ago, it was reasonable to run our entire test corpus on every commit to the repository. This scheme became untenable as we added more tests. One obvious inefficiency is the pointless and wasteful execut

          Continuous integration and deployment with Bazel
        • CocoaPodsでインストールしたライブラリをXcode12でビルドするとDeployment Targetに関する警告が出る - Qiita

          The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. これは Xcode12 がサポートする Deployment Target から iOS8 がドロップされたことが原因です。現状提供されている多くのライブラリが Deployment Target を iOS8 としているため、この警告が表示されることになります。 この警告には実害はないため、ライブラリ側の Deployment Target が Xcode12 に合わせて iOS9 に更新されるのを待ちましょう。 ただ、インストールしているライブラリが多い場合、Xcode の Issue

            CocoaPodsでインストールしたライブラリをXcode12でビルドするとDeployment Targetに関する警告が出る - Qiita
          • Amazon ECS Announces the Preview of ECS Deployment Circuit Breaker

            Today, Amazon Elastic Container Service (Amazon ECS) announced in preview, Amazon ECS deployment circuit breaker, for EC2 and Fargate launch types. With this feature, Amazon ECS customers can now automatically roll back unhealthy service deployments without the need for manual intervention. This empowers customers to quickly discover failed deployments, without worrying about resources being consu

              Amazon ECS Announces the Preview of ECS Deployment Circuit Breaker
            • Introducing CloneSet: A Production-Grade Kubernetes Deployment CRD

              Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.

                Introducing CloneSet: A Production-Grade Kubernetes Deployment CRD
              • Continuous deployment from Git using Cloud Build  |  Cloud Run Documentation  |  Google Cloud

                Send feedback Continuous deployment from Git using Cloud Build Stay organized with collections Save and categorize content based on your preferences. You can use Cloud Build to automate builds and deployments to Cloud Run by using Cloud Build trigger to automatically build and deploy your code whenever new commits are pushed to a given branch of a Git repository. For an example, see the quickstart

                  Continuous deployment from Git using Cloud Build  |  Cloud Run Documentation  |  Google Cloud
                • 絵で覚える!!! CloudFront Continuous Deployment ~ 紹介編 ~ - NRIネットコムBlog

                  11 月になりました。 すっかり肌寒くなり、いよいよ年の瀬も少しずつ近づいて来ましたね。 西です。 さて、皆さんの中には Amazon CloudFront (CloudFront) を使われている方は多いのではないかと思います。 CloudFront はとても便利なサービスですが、デプロイ時間はその性質上長くなりがちなのがネックです。 「いざ新しい Version をデプロイして動作確認してみると NG → 切り戻し」というツラいことになった方は少なくないと思います。 すると事前の動作確認を踏まえたデプロイが課題になってきますが、デプロイフローはシンプルに思えても切り替えなどがある都合上、複雑になりがちです。 この問題に対して CloudFront には Continuous Deployment というデプロイ機能が実装されています。 CloudFront への変更を本番環境へデプロイ

                    絵で覚える!!! CloudFront Continuous Deployment ~ 紹介編 ~ - NRIネットコムBlog
                  • [AWS Black Belt Online Seminar] CON464 Amazon ECS deployment circuit breakerを使った自動ロールバック 資料公開のおしらせ | Amazon Web Services

                    Amazon Web Services ブログ [AWS Black Belt Online Seminar] CON464 Amazon ECS deployment circuit breakerを使った自動ロールバック 資料公開のおしらせ AWS Black Belt オンラインセミナー「CON464 Amazon ECS deployment circuit breakerを使った自動ロールバック」を公開します。 視聴は YouTube から、資料閲覧は SlideShare から可能です。 ECS deployment circuit breaker によって、ECS サービスのデプロイで異常が発生した場合に、以前にデプロイが成功していたバージョンへの自動ロールバックが可能になりました。この機能は rolling update デプロイタイプで設定可能になっています。 今回の Y

                      [AWS Black Belt Online Seminar] CON464 Amazon ECS deployment circuit breakerを使った自動ロールバック 資料公開のおしらせ | Amazon Web Services
                    • Set up continuous deployment and hosting for a monorepo with AWS Amplify Console | Amazon Web Services

                      Front-End Web & Mobile Set up continuous deployment and hosting for a monorepo with AWS Amplify Console This article was written by Nikhil Swaminathan, Sr. Product Manager Technical, AWS. Amplify Console recently launched monorepo support, providing developers with mono-repositories a better experience connecting apps to the Amplify Console. A mono-repository is a repository that contains more tha

                        Set up continuous deployment and hosting for a monorepo with AWS Amplify Console | Amazon Web Services
                      • Automating Hyperledger Fabric chaincode deployment on Amazon Managed Blockchain using AWS CodePipeline | Amazon Web Services

                        AWS Database Blog Automating Hyperledger Fabric chaincode deployment on Amazon Managed Blockchain using AWS CodePipeline Amazon Managed Blockchain is a fully managed service that makes it easy to create and manage blockchain networks using the open-source blockchain framework Hyperledger Fabric. In this post, we explore how to use AWS CodePipeline and related services to automate the deployment of

                          Automating Hyperledger Fabric chaincode deployment on Amazon Managed Blockchain using AWS CodePipeline | Amazon Web Services
                        • Scala アプリケーションのビルドを改善してデプロイ時間を 1/4 にした話 | How I improved the build of my Scala application and reduced deployment time by 4x

                          2024/09/06 Scalaわいわい勉強会 #3 https://scala-tokyo.connpass.com/event/325327/

                            Scala アプリケーションのビルドを改善してデプロイ時間を 1/4 にした話 | How I improved the build of my Scala application and reduced deployment time by 4x
                          • Balance deployment speed and stability with DORA metrics | Amazon Web Services

                            AWS DevOps Blog Balance deployment speed and stability with DORA metrics Development teams adopt DevOps practices to increase the speed and quality of their software delivery. The DevOps Research and Assessment (DORA) metrics provide a popular method to measure progress towards that outcome. Using four key metrics, senior leaders can assess the current state of team maturity and address areas of o

                              Balance deployment speed and stability with DORA metrics | Amazon Web Services
                            • New Deployment Option for Self-Hosting Bitwarden | Bitwarden ブログ

                              Update: as of the February 2023 release, the Bitwarden unified deployment also supports deployment with an SQLite database and custom database ports. For those who have the resources to install, run, and maintain hardware, Bitwarden is pleased to offer a new, flexible deployment option for self-hosted environments. The Bitwarden unified self-hosted deployment joins the existing standard deployment

                                New Deployment Option for Self-Hosting Bitwarden | Bitwarden ブログ
                              • CluckCDN | Rapid deployment CDN

                                Open source, CDN control module for self-built CDN

                                • Zero-effort Container deployment for GraphQL and REST APIs and Web Hosting with Amplify CLI | Amazon Web Services

                                  Front-End Web & Mobile Zero-effort Container deployment for GraphQL and REST APIs and Web Hosting with Amplify CLI AWS Amplify is the fastest and easiest way to build cloud-powered mobile and web apps on AWS. Amplify comprises a set of tools and services that enables front-end web and mobile developers to leverage the power of AWS services to build innovative and feature-rich applications. With to

                                    Zero-effort Container deployment for GraphQL and REST APIs and Web Hosting with Amplify CLI | Amazon Web Services
                                  • Appliku – modern application deployment and management.

                                    You are a solo developer. Focus on building your apps, we take care of deployment and running your apps. Work in a team. You won't need a dedicated server admin person to deploy your apps or set up new environments. Appliku allows team members to add new servers, create new apps, view logs and see and change configuration settings. Want to choose where to host. With Appliku you can deploy your app

                                    • [MDT] Microsoft Deployment Toolkit を使用したOSイメージ展開 - bnote

                                      多くの端末に同じクライアント環境を展開したい場合、 Windows展開サービス(Windows Deployment Service : WDS) や Microsoft Deployment Toolkit(MDT) などを使うことができます。 Windows の展開方法は、大きく分けて「ハイタッチインストール」,「ライトタッチインストール」,「ゼロタッチインストール」の3つに分けることができます。 ハイタッチインストール(フルタッチインストール) メディアから直接インストールするような素の状態(ドライバーやアプリケーションのインストールなどのカスタマイズが行われていない)でのインストール作業のことをハイタッチインストールといいます。ドライバーやアプリケーションのインストールおよびカスタマイズが行われていない状態でのインストール作業のことを表します。インストール作業中に多くのユーザー操作

                                      • Kubernetesで超簡単にBlue/Green Deploymentを実現する - Qiita

                                        これは筆者の主観ですが、Canary Releaseは多くのアプリ開発の現場では現状too muchだと考えています。 限られたユーザに先行的に公開して新機能の価値仮説を検証するというのは、イノベーター理論でいうアーリアダプター層ぐらいまでしか実践できておらず、マス層は安全にリリースできれば良いと考えていると思っています。 つまり、多くのユーザが望むデプロイ方式はBlue/Green デプロイメントだと考えています。 しかし、ここで問題が有ります。 Kubernetes上にBlue/Green Deploymentでリリース アプリケーションをKubernetes上にデプロイするためにはK8s標準リソースのDeploymentを使用することが一般的かと思いますが、デプロイ方式としてはRecreateとRollingUpdateしかサポートしておりません。 つまりBlue/Green Dep

                                          Kubernetesで超簡単にBlue/Green Deploymentを実現する - Qiita
                                        • CodeDeploy ECSへBlue/Green DeploymentするときのELBターゲットグループ設定ミスによるエラーと対応 | DevelopersIO

                                          FargateへBlue/Green DeploymentをするべくCodePipelineの設定をしました。CodeDeployからのデプロイ時に以下のエラーによりデプロイが失敗しました。CodeDeployの些細な設定ミスが原因でした。そのエラーと対応内容を紹介します。 エラーメッセージ A deployment group associated with an application that uses the ECS compute platform must contain a valid pair of target groups that identify a load balancer. The target ECS service must be configured using one of those two target groups. DeepL翻訳 ECSコンピ

                                            CodeDeploy ECSへBlue/Green DeploymentするときのELBターゲットグループ設定ミスによるエラーと対応 | DevelopersIO
                                          • Automated deployment pipelines come to GKE | Google Cloud Blog

                                            Create deployment pipelines for your GKE workloads in a few clicks With Kubernetes becoming the de facto standard for container orchestration, many development teams are looking to build, test, and deploy code quickly in a frictionless manner to Kubernetes. Traditional continuous integration and continuous delivery (CI/CD) tools not designed for cloud-native environments often fall short as develo

                                              Automated deployment pipelines come to GKE | Google Cloud Blog
                                            • AWSで実現するChatOps〜サーバレスでBlue/Greenデプロイする仕組みと工夫点〜 /chatops deployment

                                              AWSで実現するChatOps〜サーバレスでBlue/Greenデプロイする仕組みと工夫点〜 /chatops deployment

                                                AWSで実現するChatOps〜サーバレスでBlue/Greenデプロイする仕組みと工夫点〜 /chatops deployment
                                              • [GCP] Google Cloud Deployment ManagerでCompute Engineをデプロイしてみた | DevelopersIO

                                                構成ファイル作成 構成ファイルにYAML構文でリソースを定義します。PROJECT_IDは個人のものに差し替えてください。 sample-vm.yaml resources: - type: compute.v1.instance name: sample-vm properties: zone: asia-northeast1-a machineType: https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/asia-northeast1-a/machineTypes/f1-micro disks: - deviceName: boot type: PERSISTENT boot: true autoDelete: true initializeParams: sourceImage: https://www

                                                  [GCP] Google Cloud Deployment ManagerでCompute Engineをデプロイしてみた | DevelopersIO
                                                • RDS Blue/Green Deploymentを使ったProduction DB移行の記録 - Giftmall Inside Blog

                                                  はじめに こんにちは。GiftmallのEC機能の開発やインフラの運用を担当している藤原(@fujishochan)と申します。本年の1月、Aurora MySQL V1のEOLを受けて、GiftmallのProduction環境の一部で使っていたAurora MySQL V1のDBをAWS RDS Blue/Green Deployment (以下、RDS Blue/Green Deployment)を用いてAurora MySQL V2に移行しました。今回、その移行プロジェクトの内容を紹介します。本記事がRDS Blue/Green Deploymentを使われる方の参考になればと思うと同時に、エンジニアリングが主導して行うプロジェクトの進め方の一つの例としても参考になればとも考えております。 背景 対象システムのDB構成 DB移行対象のシステムの概略を以下の図に示します。 図を説明し

                                                    RDS Blue/Green Deploymentを使ったProduction DB移行の記録 - Giftmall Inside Blog
                                                  • AWS Japan リモート Tech Talk(Deployment編)

                                                    AWSを知りつくしている経験豊富なクラウドサポートエンジニアが、 Deployment に関する Lightning Talk を通じてクラウドサポートエンジニアの仕事を皆さまに紹介します。 Lightning Talk では、Amazon EKS、Amazon ECS などのコンテナオーケストレーションや AWS の継続的インテグレーション・継続的デリバリー(CI/CD)を行うためのサービス (CodePipeline,CodeBuild,CodeDeployなど)、CloudFormation によるインフラ構築に関する発表を実施します。 また、中途採用、新卒入社のクラウドサポートエンジニアから各々1名ずつ、 AWSでサポートエンジニアとして働くことの魅力や面白さ、苦労した点などを紹介します。 AWSに興味のある方、コンテナや CI/CD、Infrastructure as Code

                                                      AWS Japan リモート Tech Talk(Deployment編)
                                                    • Blue Green ECS Deployment · Issue #1559 · aws/aws-cdk

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        Blue Green ECS Deployment · Issue #1559 · aws/aws-cdk
                                                      • New – Deployment Pipelines Reference Architecture and Reference Implementations | Amazon Web Services

                                                        AWS News Blog New – Deployment Pipelines Reference Architecture and Reference Implementations Today, we are launching a new reference architecture and a set of reference implementations for enterprise-grade deployment pipelines. A deployment pipeline automates the building, testing, and deploying of applications or infrastructures into your AWS environments. When you deploy your workloads to the c

                                                          New – Deployment Pipelines Reference Architecture and Reference Implementations | Amazon Web Services
                                                        • 小さく始める Blue/Green Deployment | ドクセル

                                                          TIER IV(ティアフォー)は、「自動運転の民主化」をビジョンとし、Autowareを活用したソフトウェアプラットフォームと統合開発環境を提供しています。 #Autoware #opensource #AutonomousDriving #deeptech

                                                            小さく始める Blue/Green Deployment | ドクセル
                                                          • とある Blue/Green Deployment 構築・運用案(ecspresso + CodeDeploy)

                                                            先週(2021/4/12 - 17 間)だいぶ AWS CodeDeploy による AWS Fargate への Blue/Green Deployment を動かしてみてわかってきたように思うので整理してみる記事です。 実習コードはこちらに置いてます。参考になるようであれば自由にご利用ください。 簡単な HTML を置いた nginx コンテナ2つを切り替えるような感じの環境です。 Blue/Green HTML とりあえずの簡単な造りなので、 デフォルトブランチの最新版がデプロイ対象 世代を戻せるのも1世代前だけ という仕組みになっています。 任意の世代に戻せるようにする・現在のリビジョンを明確に識別するには、適切に Docker Image のタグと ECS タスク定義との整合性を取れるように考慮したバージョニング構造が必要です。 概要 CodeDeploy の使いどころ フロント

                                                              とある Blue/Green Deployment 構築・運用案(ecspresso + CodeDeploy)
                                                            • CloudFormation 一撃で Fargate の Blue/Green Deployment 環境を構築する | DevelopersIO

                                                              はじめに おはようございます、もきゅりんです。 皆さん、Blue/Green デプロイメントしてますか? Blue/Green デプロイメントとは、はすでに理解されていることを前提として話を進めます。 本稿は、CloudFormationとAWS CLIでFargateのBlue/Green Deployment環境を構築する #Fargate | DevelopersIO の内容をカスタムリソースを利用して CloudFormation 一撃で構築するものになります。 構成図は以下です。 プレースホルダを用いて以下のBlue/Green デプロイメントを実現します。 プレースホルダとは?という方は、 チュートリアル: ソースと ECS と CodeDeploy 間のデプロイでパイプラインを作成するAmazon ECR - AWS CodePipeline をご参照下さい。 なお、本稿の別

                                                                CloudFormation 一撃で Fargate の Blue/Green Deployment 環境を構築する | DevelopersIO
                                                              • AWS ECSでのデプロイをBlue/Greenデプロイに変更しよう~Blue-Green Deployment 戦略、ローリングアップデートとの違いとは(第1回)

                                                                AWS ECSでのデプロイをBlue/Greenデプロイに変更しよう~Blue-Green Deployment 戦略、ローリングアップデートとの違いとは(第1回) 2021年06月20日 コラム AWS活用支援サービス担当 みなさん。こんにちは。今回はECSのデプロイメント戦略に関する話になります。 ECSで展開されたアプリケーションを更新する時、多くのケースではローリングアップデートによってデプロイを制御しているかと思います。 特に破壊的な変更を含む大規模なシステムの更新を行う際、ローリングアップデートを採用して万が一何らかの障害が発生した場合にはシステムのロールバックを行う必要があり、その作業に関しては即座に完了するものではありません。 そのような理由から、気軽に障害を起こせないサービスを運用したり、受託開発においてSLAを保証している場合においては障害に対してダウンタイムを極力少な

                                                                • Automated Continuous Deployment at Heroku

                                                                  Over the past four years, the Heroku Runtime team has transitioned from occasional, manual deployments to continuous, automated deployments. Changes are now rolled out globally within a few hours of merging any change—without any human intervention. It's been an overwhelmingly positive experience for us. This post describes why we decided to make the change, how we did it, and what we learned alon

                                                                    Automated Continuous Deployment at Heroku
                                                                  • Actions - Secure deployment rollouts to protected environments based on select tag patterns

                                                                    Actions – Secure deployment rollouts to protected environments based on select tag patterns actionsbranchpolicydeploymentsenvironments October 6, 2023 We now allow defining selected tag patterns for securing your deployments that can run against Actions environments. Previously environments supported 'Protection Rules' for restricting deployments only for selected deployment branches. We are now e

                                                                    • Blocking HTTPS Endpoints — Deployment Planning and Configuration

                                                                      Blocking HTTPS Endpoints¶ The product make web calls to support and perform certain features. If you disable the feature, the calls aren’t made. For example, disabling services and upsell removes the possibility that the product would use those endpoints. In locked down environments, URLs may need to be explicitly allowed so that communication can occur across a firewall. Note the following: Endpo

                                                                      • Building a CI/CD pipeline for multi-region deployment with AWS CodePipeline | Amazon Web Services

                                                                        AWS DevOps Blog Building a CI/CD pipeline for multi-region deployment with AWS CodePipeline This post discusses the benefits of and how to build an AWS CI/CD pipeline in AWS CodePipeline for multi-region deployment. The CI/CD pipeline triggers on application code changes pushed to your AWS CodeCommit repository. This automatically feeds into AWS CodeBuild for static and security analysis of the Cl

                                                                          Building a CI/CD pipeline for multi-region deployment with AWS CodePipeline | Amazon Web Services
                                                                        • GitHub - fterh/heimdall: Self-hosted personal email guardian with one-step deployment

                                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                            GitHub - fterh/heimdall: Self-hosted personal email guardian with one-step deployment
                                                                          • AWS Publishes Reference Architecture and Implementations for Deployment Pipelines

                                                                            InfoQ Software Architects' Newsletter A monthly overview of things you need to know as an architect or aspiring architect. View an example

                                                                              AWS Publishes Reference Architecture and Implementations for Deployment Pipelines
                                                                            • Google Cloud Run と Serverless NEG を活用した Next.js の Preview Deployment 機能の紹介 | CyberAgent Developers Blog

                                                                              Google Cloud Run と Serverless NEG を活用した Next.js の Preview Deployment 機能の紹介 本記事は、CyberAgent Advent Calendar 2022 3日目の記事です。 はじめに こんにちは。株式会社CAMでバックエンドエンジニアをしている石川です。普段は、 Fensi Platform という CAM のサービス開発基盤のバックエンドを開発しています。 今回は、社内の Cloud Run を使った Next.js ホスティング基盤に Preview Deployment 機能を追加したので、それについて紹介したいと思います。 Next.js ホスティング基盤については、 CAM のテックブログで解説しているので、ぜひそちらを読んでからこちらの記事を読んでいただけると幸いです。 Cloud Run を使った Next

                                                                                Google Cloud Run と Serverless NEG を活用した Next.js の Preview Deployment 機能の紹介 | CyberAgent Developers Blog
                                                                              • IAM Access Analyzer updates: Find unused access, check policies before deployment | Amazon Web Services

                                                                                AWS News Blog IAM Access Analyzer updates: Find unused access, check policies before deployment We are launching two new features for AWS Identity and Access Management (IAM) Access Analyzer today: Unused Access Analyzer – A new analyzer that continuously monitors roles and users looking for permissions that are granted but not actually used. Central security teams can take advantage of a dashboar

                                                                                  IAM Access Analyzer updates: Find unused access, check policies before deployment | Amazon Web Services
                                                                                • Automate the deployment of an NGINX web service using Amazon ECS with TLS offload in CloudHSM | Amazon Web Services

                                                                                  AWS Security Blog Automate the deployment of an NGINX web service using Amazon ECS with TLS offload in CloudHSM Customers who require private keys for their TLS certificates to be stored in FIPS 140-2 Level 3 certified hardware security modules (HSMs) can use AWS CloudHSM to store their keys for websites hosted in the cloud. In this blog post, we will show you how to automate the deployment of a w

                                                                                    Automate the deployment of an NGINX web service using Amazon ECS with TLS offload in CloudHSM | Amazon Web Services