Questions tagged with AWS CodeDeploy
Content language: English
Sort by most recent
Hi, I am having an issue with a CodePipeline. I receive this error:
![Screenshot of error message You are missing permissions to access input...
My wordpess site setup on aws server, due to some coding issue my site working stop and i have no access of code files . I have try to create SFTP but Server refused our key .So please provide me...
Hi team,
I am trying to build CI/CD codepipeline for lambda deployment using CDK. In this pipeline, I've create source and codebuild stage. In codebuild stage, I am building and pushing docker image...
I have a simple use case. I want to deploy my Flask application with Elastic Beanstalk, however after trying for multiple hours I cannot seem to make it happen.
My application is pretty standard:
-I...
When I try to make `npm run build` on my t2.small instance with a strapi project, I get 137 error status code, in fact when I build strapi UI in dev environment this command use 2.8 Gb of RAM.
This...
I have a Django application that uses Gunicorn and NGINX.
The application is using CodeDeploy to launch onto an EC2 Instance running Ubuntu. It needs to access the Django SECRET_KEY variable from the...
With our server count increasing I want to add some automation with rollouts. I have code-deploy withing with a windows farm (was a while ago) however this one is for a java app on linux, so the...
I have a CodePipeline with a Source (CodeCommit), Build (CodeBuild) and Deploy (CodeDeploy) stage. This is for a Node.js application deploying to an AutoScaling group (Blue/Green). My CodeBuild stage...
I am supposed to work on and deliver a full stack project with the implementation of the technologies mentioned below, i.e
Amazon Web Services (AWS)
Angular JS
Java
Javascript
Node.JS
NoSQL
Get the...
My react native version is 0.71.8 and react-native windows version is 0.71.14 and amplify version is 5.2.2. when i was trying to use react-native-windows with amplify data-store, app was crashing...
Good day ,
Is there a posibility to deploy patching policie with sdk ,API , cli.
Because I've only found how to deploy baselines and everything else , but not policies.
Hi! I have containers spinning through ECS and traffic to them is routed through internal network loadbalancer, which is located in two zones (multi-AZ). I have set up code deploy blue/green...