Aws Sysops Preparation Material}

AWS-SYSOPS Preparation Material

by

Adila MasihVersion: 10Question: 1You are currently hosting multiple applications in a VPC and have logged numerous port scans coming in from a specific IP address block. Your security team has requested that all access from the offending IP address block be denied for the next 24 hours.Which of the following is the best method to quickly and temporarily deny access from the specified IP address block?A. Create an AD policy to modify Windows Firewall settings on all hosts in the VPC to deny access from the IP address blockB. Modify the Network ACLs associated with all public subnets in the VPC to deny access from the IP address blockC. Add a rule to all of the VPC 5 Security Groups to deny access from the IP address blockD. Modify the Windows Firewall settings on all Amazon Machine Images (AMIs) that your organization uses in that VPC to deny access from the IP address blockAnswer: B Explanation: Reference:http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.htmlQuestion: 2When preparing for a compliance assessment of your system built inside of AWS. what are three best-practices for you to prepare for an audit?Choose 3 answersA. Gather evidence of your IT operational controlsB. Request and obtain applicable third-party audited AWS compliance reports and certificationsC. Request and obtain a compliance and security tour of an AWS data center for a pre-assessment security reviewD. Request and obtain approval from AWS to perform relevant network scans and in-depth penetration tests of your system’s Instances and endpointsE. Schedule meetings with AWS’s third-party auditors to provide evidence of AWS compliance that maps to your control objectivesAnswer: ABD Question: 3You have started a new job and are reviewing your company’s infrastructure on AWS You notice one web application where they have an Elastic Load Balancer (&B) in front of web instances in an Auto Scaling Group When you check the metrics for the ELB in CloudWatch you see four healthy instances In Availability Zone (AZ) A and zero in AZ B There are zero unhealthy instances.What do you need to fix to balance the instances across AZs?A. Set the ELB to only be attached to another AZB. Make sure Auto Scaling is configured to launch in both AZsC. Make sure your AMI is available in both AZsD. Make sure the maximum size of the Auto Scaling Group is greater than 4Answer: B Question: 4You have been asked to leverage Amazon VPC BC2 and SOS to implement an application that submits and receives millions of messages per second to a message queue. You want to ensure your application has sufficient bandwidth between your EC2 instances and SQSWhich option will provide the most scalable solution for communicating between the application and SQS?A. Ensure the application instances are properly configured with an Elastic Load BalancerB. Ensure the application instances are launched in private subnets with the EBS-optimized option enabledC. Ensure the application instances are launched in public subnets with the associate-public-IP-address=true option enabledD. Launch application instances in private subnets with an Auto Scaling group and Auto Scaling triggers configured to watch the SQS queue sizeAnswer: B Explanation: Reference:http://www.cardinalpath.com/autoscaling-your-website-with-amazon-web-services-part-2/Question: 5You have identified network throughput as a bottleneck on your m1.small EC2 instance when uploading data Into Amazon S3 In the same region.How do you remedy this situation?A. Add an additional ENIB. Change to a larger InstanceC. Use DirectConnect between EC2 and S3D. Use EBS PIOPS on the local volumeAnswer: B Explanation: Reference:https://media.amazonwebservices.com/AWS_Amazon_EMR_Best_Practices.pdfQuestion: 6When attached to an Amazon VPC which two components provide connectivity with external networks? Choose 2 answersA. Elastic IPS (EIP) B. NAT Gateway (NAT)C. Internet Gateway {IGW)D. Virtual Private Gateway (VGW)Answer: C,D Question: 7Your application currently leverages AWS Auto Scaling to grow and shrink as load Increases/ decreases and has been performing well Your marketing team expects a steady ramp up in traffic to follow an upcoming campaign that will result in a 20x growth in traffic over 4 weeks Your forecast for the approximate number of Amazon EC2 instances necessary to meet the peak demand is 175.What should you do to avoid potential service disruptions during the ramp up in traffic?A. Ensure that you have pre-allocated 175 Elastic IP addresses so that each server will be able to obtain one as it launchesB. Check the service limits in Trusted Advisor and adjust as necessary so the forecasted count remains within limits.C. Change your Auto Scaling configuration to set a desired capacity of 175 prior to the launch of the marketing campaignD. Pre-warm your Elastic Load Balancer to match the requests per second anticipated during peak demand prior to the marketing campaignAnswer: D Question: 8You have an Auto Scaling group associated with an Elastic Load Balancer (ELB). You have noticed that instances launched via the Auto Scaling group are being marked unhealthy due to an ELB health check, but these unhealthy instances are not being terminatedWhat do you need to do to ensure trial instances marked unhealthy by the ELB will be terminated and replaced?A. Change the thresholds set on the Auto Scaling group health checkB. Add an Elastic Load Balancing health check to your Auto Scaling groupC. Increase the value for the Health check interval set on the Elastic Load BalancerD. Change the health check set on the Elastic Load Balancer to use TCP rather than HTTP checksAnswer: B Explanation: Reference:http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-add-elb-healthcheck.htmlAdd an Elastic Load Balancing Health Check to your Auto Scaling GroupBy default, an Auto Scaling group periodically reviews the results of EC2 instance status to determine the health state of each instance. However, if you have associated your Auto Scaling group with an Elastic Load Balancing load balancer, you can choose to use the Elastic Load Balancing health check. In this case, Auto Scaling determines the health status of your instances by checking the results of both the EC2 instance status check and the Elastic Load Balancing instance health check.For information about EC2 instance status checks, see Monitor Instances With Status Checks in the Amazon EC2 User Guide for Linux Instances. For information about Elastic Load Balancing health checks, see Health Check in the Elastic Load Balancing Developer Guide.This topic shows you how to add an Elastic Load Balancing health check to your Auto Scaling group, assuming that you have created a load balancer and have registered the load balancer with your Auto Scaling group. If you have not registered the load balancer with your Auto Scaling group, see Set Up a Scaled and Load-Balanced Application.Auto Scaling marks an instance unhealthy if the calls to the Amazon EC2 action DescribeInstanceStatus return any state other than running, the system status shows impaired, or the calls to Elastic Load Balancing action DescribeInstanceHealth returns OutOfService in the instance state field.If there are multiple load balancers associated with your Auto Scaling group, Auto Scaling checks the health state of your EC2 instances by making health check calls to each load balancer. For each call, if the Elastic Load Balancing action returns any state other than InService, the instance is marked as unhealthy. After Auto Scaling marks an instance as unhealthy, it remains in that state, even if subsequent calls from other load balancers return an InService state for the same instance.Question: 9Which two AWS services provide out-of-the-box user configurable automatic backup-as-a-service and backup rotation options? Choose 2 answers A. Amazon S3 B. Amazon RDSC. Amazon EBSD. Amazon Red shiftAnswer: B,D Question: 10An organization has configured a VPC with an Internet Gateway (IGW). pairs of public and private subnets (each with one subnet per Availability Zone), and an Elastic Load Balancer (ELB) configured to use the public subnets The application s web tier leverages the ELB. Auto Scaling and a mum-AZ RDS database instance The organization would like to eliminate any potential single points ft failure in this design.What step should you take to achieve this organization’s objective?A. Nothing, there are no single points of failure in this architecture.B. Create and attach a second IGW to provide redundant internet connectivity.C. Create and configure a second Elastic Load Balancer to provide a redundant load balancer.D. Create a second multi-AZ RDS instance in another Availability Zone and configure replication to provide a redundant database.Answer: A Question: 11Which of the following are characteristics of Amazon VPC subnets?Choose 2 answersA.Each subnet maps to a single Availability ZoneB. A CIDR block mask of /25 is the smallest range supportedC. Instances in a private subnet can communicate with the internet only if they have an Elastic IP.D. By default, all subnets can route between each other, whether they are private or publicE. V Each subnet spans at least 2 Availability zones to provide a high-availability environmentAnswer: C, EQuestion: 12You are creating an Auto Scaling group whose Instances need to insert a custom metric into CloudWatch.Which method would be the best way to authenticate your CloudWatch PUT request?A. Create an IAM role with the Put MetricData permission and modify the Auto Scaling launch configuration to launch instances in that roleB. Create an IAM user with the PutMetricData permission and modify the Auto Scaling launch configuration to inject the userscredentials into the instance User DataC. Modify the appropriate Cloud Watch metric policies to allow the Put MetricData permission to instances from the Auto Scaling groupD. Create an IAM user with the PutMetricData permission and put the credentials in a private repository and have applications on the server pull the credentials as neededAnswer: A Question: 13When an EC2 instance that is backed by an S3-based AMI Is terminated, what happens to the data on me root volume?A. Data is automatically saved as an E8S volume.B. Data is automatically saved as an ESS snapshot.C. Data is automatically deleted.D. Data is unavailable until the instance is restarted.Answer: C Explanation: Reference:http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.htmlQuestion: 14You have a web application leveraging an Elastic Load Balancer (ELB) In front of the web servers deployed using an Auto Scaling Group Your database is running on Relational Database Service (RDS) The application serves out technical articles and responses to them in general there are more views of an article than there are responses to the article. On occasion, an article on the site becomes extremely popular resulting in significant traffic Increases that causes the site to go down.What could you do to help alleviate the pressure on the infrastructure while maintaining availability during these events?Choose 3 answersA. Leverage CloudFront for the delivery of the articles.B. Add RDS read-replicas for the read traffic going to your relational databaseC. Leverage ElastiCache for caching the most frequently used data.D. Use SOS to queue up the requests for the technical posts and deliver them out of the queue.E. Use Route53 health checks to fail over to an S3 bucket for an error page.Answer: A,C,E Question: 15The majority of your Infrastructure is on premises and you have a small footprint on AWS Your company has decided to roll out a new application that is heavily dependent on low latency connectivity to LOAP for authentication Your security policy requires minimal changes to the company’s existing application user management processes.What option would you implement to successfully launch this application1?A. Create a second, independent LOAP server in AWS for your application to use for authenticationB. Establish a VPN connection so your applications can authenticate against your existing on-premises LDAP serversC. Establish a VPN connection between your data center and AWS create a LDAP replica on AWS and configure your application to use the LDAP replica for authenticationD. Create a second LDAP domain on AWS establish a VPN connection to establish a trust relationship between your new and existing domains and use the new domain for authenticationAnswer: D Explanation: Reference:http://msdn.microsoft.com/en-us/library/azure/jj156090.aspxQuestion: 16You need to design a VPC for a web-application consisting of an Elastic Load Balancer (ELB). a fleet of web/application servers, and an RDS database The entire Infrastructure must be distributed over 2 availability zones.Which VPC configuration works while assuring the database is not available from the Internet?A. One public subnet for ELB one public subnet for the web-servers, and one private subnet for the databaseB. One public subnet for ELB two private subnets for the web-servers, two private subnets for RDSC. Two public subnets for ELB two private subnets for the web-servers and two private subnets for RDSD. Two public subnets for ELB two public subnets for the web-servers, and two public subnets for RDSAnswer: A Question: 17An application that you are managing has EC2 instances & Dynamo OB tables deployed to several AWS Regions In order to monitor the performance of the application globally, you would like to see two graphs 1) Avg CPU Utilization across all EC2 instances and 2) Number of Throttled Requests for all DynamoDB tables.How can you accomplish this?A. Tag your resources with the application name, and select the tag name as the dimension in the Cloudwatch Management console to view the respective graphsB. Use the Cloud Watch CLI tools to pull the respective metrics from each regional endpoint Aggregate the data offline & store it for graphing in CloudWatch.C. Add SNMP traps to each instance and DynamoDB table Leverage a central monitoring server to capture data from each instance and table Put the aggregate data into Cloud Watch for graphing.D. Add a CloudWatch agent to each instance and attach one to each DynamoDB table. When configuring the agent set the appropriate application name & view the graphs in CloudWatch.Answer: C

Test Information:

Total Questions: 324Test Number: AWS-SysOpsVendor Name: AmazonCert Name: AWS Certified SysOps AdministratorTest Name: AWS Certified SysOps Administrator – Associate ExamOfficial Site: http://www.directcertify.co.ukFor More Details: http://www.directcertify.co.uk/AWS-SysOps.htmlGet20% Immediate Discount on Full Training MaterialDiscount Coupon Code: 411611IUH5

Article Source:

eArticlesOnline.com}

Get The Best Mehandi For Mehandi Ceremony In Wedding}

Get the Best Mehandi for Mehandi Ceremony in Wedding

by

Vishal Parihar

Mehandi is yet another traditional yet exciting pre wedding ceremony. In Indian weddings, a lot of emphases is given on customs and rituals and the same is reflected in the ceremony before marriage. The ceremony has become such an integral part of the wedding ceremony that it cannot be imagined without it. Furthermore, Henna is one of the sixteen adornments of the bride and her beauty is incomplete without it.

Indian Wedding Rituals

It represents the bond of matrimony and is therefore, considered a shagun (sign of good luck). It signifies the love and affection between the couple and their families. The darkness of the Mehandi color on a bride’s hand represents the deep love between the would-be-couple. It is also deemed to be a symbolic representation of fertility.

NMP Udhyog is the Best Organic Henna Powder Exporters in India as well as globally. The bridal Henna is usually attended by the women and is most often held during the late afternoon. All present participate in choosing their designs and this includes picking from various Indian henna patterns or Arabic designs. Interestingly, the application of henna is associated with several things. It is also a common practice for the names of the bride and groom to be hidden in the Henna design and until the groom has found the names, the wedding night will not commence. It is also said that the bride should not step out of the house after the end of the Mehandi ceremony.

Preparation of Mehandi Paste

Traditionally, the Mehandi paste is made from dried powdered henna leaves. The leaves are dried in sun, ground and sieved to obtain a fine mossy green powder, which is then combined with water, lemon juice, drops of eucalyptus oil, and mixed till a smooth paste is obtained. The paste is soaked overnight for maximum infusion and then poured inside a plastic cone. Smaller cones are preferred as it affords easier application.

It is very Important that Bridal Mehandi should looks nice. So for that NMP Udhyog is here for you. We have Henna Cone, Henna Mehandi Tattoos, Black Henna , Nayab Herbal Henna Powder and Best Organic Henna Powder for Ceremony.

NMP Udhyog is best known as Henna Powder Supplier, India. It has all kinds of variety which is 100% certified and pure. Henna Tattoo Dye ,Made from Pure and organic natural henna, this classic henna cone will give you a henna pattern color dark brown Its applied on Hand & foot. Made from Organic Henna grown in Rajasthan, this Henna powder can be used in a wide variety of ways. Our customers get most cost effective organic Henna Powder.

Get In Touch With Us

Address H Block, Plot No. 147 / A Palam Vihar,Gurgaon

Mobile +91-9910415530

Web http://www.nmpudhyog.com

Mail ID nmpudyog9@gmail.com

If you want to promote your business and get traffic on your website, with Yug Technology you can archive your goal of business. So join us just call on 9460323232 and visit: Software Development Company in Udaipur.

NMP Udhyog is best choice for

Henna Powder Manufacturers, Exporters and Suppliers in India

It has all kinds of variety which is 100% certified and pure.

Article Source:

eArticlesOnline.com

}