amrit_3327
amrit_3327
Trusted Member
Joined: Dec 5, 2019
Last seen: May 30, 2021
Topics: 0 / Replies: 65
Reply
RE: How to provide access to enable termination protection through AWS policy

{"Sid": "AllowTerminationProtectionDisable","Effect": "Allow","Action": "ec2:ModifyInstanceAttribute","Resource": "*","Condition": {"ForAnyValue:Strin...

1 year ago
Reply
RE: Kernel Panic to AWS instance. How can we bring back aws ec2 instance

There may be multiple reason. Follow the steps which are generic for every case: 1.) Bring impacted instance in stopped state. 2.) Detach the root...

1 year ago
Reply
Reply
RE: eksctl command failing

One of the reason for this error is time out of sync issue between clients. Make sure ntpstat is showing synchronized. ntpstatsynchronised to NTP se...

2 years ago
Topic
Replies: 2
Views: 369
Topic
Replies: 2
Views: 380
Reply
RE: How can we find the yum variables been declared in linux ?

python -c 'import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar, width=1)' Above command will provide the detailed out put for yb...

2 years ago
Reply
RE: Minimum permissions required to retrive credentials for secret manager for particular prefix in AWS

To retrieve a secret in the console, you must have these permissions: secretsmanager:ListSecrets – Use to navigate to the secret to retrieve. ...

2 years ago
Reply
RE: How to mount the multiUSER SMB share in linux ?

# mount -F smbfs -o user=user1,fileperms=770,dirperms=770,uid=aaa\ //solarsystem/sales-tools /salesAdd the UID of other user you want to give acce...

2 years ago
Page 1 / 5