Giter Club home page Giter Club logo

aws-codedeploy-user-guide's Introduction

aws-codedeploy-user-guide's People

Contributors

alphawong avatar amzadb avatar amznchrs avatar azmathasan92 avatar barticus avatar benjamin-issa avatar bharghav9 avatar darlaker avatar dsalamancams avatar elijahbatkoski avatar ericli0209 avatar gbm avatar gcagle3 avatar gmicek avatar huribeir avatar jmahlin avatar joshbean avatar jpeddicord avatar jsbonso avatar lyuin avatar maanisim avatar markiver avatar martin-rog001 avatar roening avatar seth10 avatar shariqmus avatar ted-fastly avatar tgolly avatar william-richard avatar xparticle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-codedeploy-user-guide's Issues

I couldn't find the link to the site. If you know of one, could you please let me know?

Target html.
https://docs.aws.amazon.com/codedeploy/latest/userguide/tutorial-ecs-prereqs.html

Target markdown.
https://github.com/awsdocs/aws-codedeploy-user-guide/blob/main/doc_source/tutorial-ecs-prereqs.md

I noticed that the link to the red-lined part of the image did not exist, so I tried to find the linked file, but could not find it.
Does anyone know where the link to this file is?

スクリーンショット 2021-08-09 0 18 09

Required links page.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-blue-green.html

Maybe need markdown.
https://github.com/awsdocs/aws-codedeploy-user-guide/blob/main/doc_source/create-blue-green.md

Minor: missing space in page title

The title of the page aws-codedeploy-user-guide/doc_source/deployments-view-details.md is View CodeDeploydeployment details. I think this needs a space added, i.e. View CodeDeploy deployment details.

CodeDeploy does not support resource permissions in the IAM console for StopDeployment actions

CodeDeploy does not support resource permissions in the IAM console for StopDeployment actions as stated here. Documentation seems incorrect here:

Documentation File:
aws-codedeploy-user-guide/doc_source/auth-and-access-control-permissions-reference.md

Lines needing review:

StopDeployment codedeploy:StopDeployment Required to stop an in-progress deployment to a deployment group for an application associated with the IAM user. arn:aws:codedeploy:region:account-id:deploymentgroup:application-name/deployment-group-name

Version type confusion

In the documentation for appspec structure, the version field is described with:

Specify version with a string.

This doesn't match every available example in the docs. In both YAML and JSON format, the version is defined as bare 0.0, which is a float.

AWS CodeDeploy Bitbucket app is deprecated

Bitbucket announced the deprecation of the CodeDeploy app in favor of the aws-code-deploy pipe recently:
https://confluence.atlassian.com/bitbucket/end-of-support-announcement-2019-12-03-aws-codedeploy-app-removal-980460164.html.

However, this page https://github.com/awsdocs/aws-codedeploy-user-guide/blob/master/doc_source/application-revisions-repository-type.md still links to the blog post with the deprecated CodeDeploy integration, instead of the new CodeDeploy Pipe.

script stop_server has spaces in variable declaration

The script stop_server has two spaces around the = statement, and that generates an error at deployment time.
Script now looks like

#!/bin/bash
isExistApp = `pgrep httpd`
if [[ -n  $isExistApp ]]; then
    service httpd stop        
fi

Error is:

/opt/codedeploy-agent/deployment-root/88fa5063-f0af-43ce-bd0e-fe2e5dba8e42/d-FQROXFX96/deployment-archive/scripts/stop_server: line 2: isExistApp: command not found

Script should look like:

#!/bin/bash
isExistApp=`pgrep httpd`
if [[ -n  $isExistApp ]]; then
    service httpd stop        
fi

( Spaces removed in the var declaration )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.