amrit_3327
amrit_3327
@amrit_3327
Trusted Member
Joined: Dec 5, 2019
Last seen: May 30, 2021
Topics: 0 / Replies: 65
Reply
RE: how to check IOs traffic from a linux host?

Following the link and it is well explained.

4 years ago
Reply
RE: reCAPTCHA:“ERROR for site owner: Invalid key tyope" in word press

Re register to google analytics and select reCAPTCHA version2 instead of 3 and sometime 3 version is not supported by word press.

4 years ago
Reply
RE: How to email the attachement in linux ?

mailx -a file.txt -s "Subject" user@domain.com < /dev/null

4 years ago
Reply
Reply
RE: How to get the ip address of all the server running in AWS account using aws cli

aws ec2 describe-instances --query "Reservations[].Instances[]| [? NetworkInterfaces [? starts_with(PrivateIpAddress, '10.')]].{InstanceId:InstanceId,...

4 years ago
Reply
RE: Github “Updates were rejected because the remote contains work that you do not have” error

Try to do git pull and do git push again. If you are insured about the changes use following command. This is risky to take backup before hand. ...

4 years ago
Reply
RE: Error Loging in Elastic beanstalk

To get detailed Elastic beanstalk logging do the follow steps: 1.) Go do elastic beanstalk service 2.) Click on the Service or endpoint you have conf...

4 years ago
Reply
RE: How can we integrate RDS oracle with OEM monitoring?

Document Attached is the detailed document for OEM integration with RDS

4 years ago
Reply
RE: my ec2 instance is failing instance check and not coming up.

Was able to resolve the issue but with some downtime. 1.) Brought the instance down 2.) Detach the root volume 3.) Took the snapshot 4.) Modify the v...

4 years ago
Reply
RE: regressor_OLS =sm.ols(endog=y, exog=X_opt).fit()

Guys this module is part of Linear_model class so use following code to make it work. import statsmodels.regression.linear_model as lm X = np.append(a...

4 years ago
Reply
RE: I have root (VMNAdmin) access but still I am getting error "Access denied" in s3 bucket. Why am I getting this error.

Hello Devender, try to login as root and assign the owner permission. ONCE it is doen you can assign the accurate permission to the user. Other way ...

4 years ago
Reply
RE: What is the architecture view of ECS and flow diagram.

ECS is tool to manage container orchestration. There is no fixed architecture . It depends on the use cases. The main subcategories of ECS can be desc...

4 years ago
Reply
RE: What is instance procedure to launch/terminate while we stack update for instance type.

What will be happening if i am updating stack with multiple node ? Will i take ebs snapshot of every instance. If we taking ebs snapshot then we have...

4 years ago
Reply
RE: What are the best practices for cost optimisation in any cloud environment ?

Cost optimization is not only on compute level. It can be achieved with right design as well. As example one company will have multiple direct connec...

4 years ago
Reply
RE: Which configuration management tool is most suitable to automate task in AWS and why ?

Configuration management tools need to be evaluated keeping in mind the competency skill set of existing team. For example if team is comfortable with...

4 years ago
Page 2 / 3