Questions tagged with DevOps
Content language: English
Sort by most recent
Our root stack is stuck in UPDATE_COMPLETE_CLEANUP_IN_PROGRESS even after all the nested stacks are in UPDATE_COMPLETE status.
None of the resources are in DELELTE_FAILED or any other status except...
aca esta el codigo: const swaggerJSDoc = require('swagger-jsdoc');
const swaggerUi = require('swagger-ui-express');
const options = {
definition: {
openapi: '3.0.0',
info: {
...
I am trying to provision EMR with python libraries like numpy=1.19.5 and pandas. I am doing it via bootstrap script. But some how the bootstrap values are getting over written. To avoid this i have...
Hello everyone!
Im using AWS CDK Library to deploy stacks.
I want to know if there is a way to save lambda logs in a group log in order to dont see many logs in cloud watch.
And, does this lambda...
Hi I developed a simple personal blog with Django and Nginx as a reverse proxy server and want to deploy It with AWS in the most costo effettive way. Which Is It? And I don't understand the ports flow...
Hello,
My company is wanting to enable tag policies for all resources. I found the setting for this on our consolidated billing, but I am unclear on what this will actually do. I am concerned that...
How can I integrate EKS managed node group updates with AWS Systems Manager Automation?
Or how can automate EKS managed node group updates as now I need to do it manually via console/terraform?
Can...
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 am running and ECS Cluster with a Fargate Task that I'd like to run on Graviton processors. In order to do so, I need to update our task definition architecture to arm64. While that works just fine,...
I found this topic year ago that most relevant to my situation.
(https://repost.aws/questions/QU_Dke0_n2Q_6ncPdT3jlGrg/eb-deploy-successful-but-code-not-updating)
Same issue: Deploy successful -> SSH...
Hello everyone!
I am new in AWS so sorry if the question can sound so simple or stupid. But I am blocked with that. I'm trying with cloudwatch get all the possible metrics from our on-premise linux...
Hi AWS,
I have faced this issue many a times i.e. A CloudFormation stack creates an Amazon S3 bucket. When the stack is deleted, an error occurs because the bucket is not empty.
How can the...