AWS EKS NodeCreationFailure [closed] - amazon-web-services

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Following the AWS guide on creating an EKS cluster, I get this error:
NodeCreationFailure Unhealthy nodes in the Kubernetes cluster
I followed the required IAM roles for both the cluster and the nodegroup. Also tried using Private and/or Public subnets. The error does not appear in their documentation as well so I am unable to troubleshoot this further

Related

Is there a way to delete a number of AWS IAM customer managed policies in one shot using CLI or GUI? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am trying to delete all of my customer managed policies but I am not able to figure out a way to delete all of them in one click or using only one command
#!/bin/sh
customer_managed_policy_arns=`aws iam list-policies --scope Local --query 'Policies[*].Arn' --output text`
for arn in $customer_managed_policy_arns; do
echo aws iam delete-policy --policy-arn "$arn"
done
Make sure you delete echo after you confirm all the commands you are expecting it to run.

What are some good resources for aws security? Like a security checklist for different services [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'll be working on a project to improve the security of a client's aws infrastructure soon. While I know the basics (cleared solutions architect associate) I'm not great at all things aws security.
It would be great if you kind folks directed me to some good resources that I can refer to that would help create a sound plan to evaluate the client's cloud security and improve their security posture on aws.
Something like a checklist for different services. Like for example enabling log validation on your cloud trail logs for instance.
Any help is highly appreciated.
Much thanks.
Some places to visit:
Cloud Security – Amazon Web Services (AWS)
AWS Whitepapers & Guides
Amazon Web Services: Overview of Security Processes
Whitepaper | AWS Security Blog

I there any downtime in kubernetes upgrade? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am planning to upgrade the kubernetes version of AWS EKS from 1.15 to 1.16. I understood that there is no downtime while upgrading the cluster plane of the kubernetes. But I am not sure if there is a downtime while upgrading the worker nodes of the kubernetes.
Is there any downtime while upgrading the kubernetes version?
It depends on how you have deployed your workload on the cluster and how you are planning to upgrade the worker nodes. Note the following items
Drain each worker node one by one and upgrade each one by one.
Use deployment, statefulset, daemonset instead of bare pods directly.
https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/

Cloud Formation Support for Rate-Based WAF Rule [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I want to set up a Cloud Formation in aws to attach a Rate Based Rule to my LB. I have been reading the AWS documentation for hours, and I know how to create a regular WAF Rule in Cloud Formation and attach them to my LB in Cloud Formation. The problem is I cant find how to create a Rule of type Rate-Based of WAF in CF, there is not RateBasedRule object in Cloud Formation. Does anyone knows how to get around this?
After talking to aws support itself: This feature is not yet supported by aws as of today.

What services are included in an AWS Educate account [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I am looking to apply for AWS Educate. I know that it offers a limited subset of services, but I cannot find anywhere that the subset is listed.
What AWS services are supported by the AWS Educate program? Specifically are Lex, AIM, and Lambda, supported?
As of February 10, 2017 (the latest info as of this answer) this is the list of supported AWS Educate Starter & Student Services.
Lambda is supported but, AIM, and Lex, are not supported.