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}

Afghanistan suicide bomb leaves seven Americans dead

Thursday, December 31, 2009

A suicide bomber attacked an American base in the Khowst region on the Pakistani border of Afghanistan, leaving seven American CIA officers dead and six injured. No American or NATO military personnel were killed or injured in the attack on Forward Operating Base Chapman.

It appears that the suicide bomber, reportedly wearing an Afghan National Army uniform, blew himself up in either the gym or the dining facility of Base Chapman.

In a statement on the Voice of Jihad web page, the Taliban claimed responsiblity for the attack, alleging 20 “CIA employees” were killed in the incident.

The Chapman Base is a converted military base which is now being used for civilian reconstruction operations, although military personnel are still located on the base. Camp Salerno, the main base in the Khowst province, has been the target of many attacks in recent weeks.

Recent attacks have been focused on foreign civilians, such as an incident in October in which 7 foreign and 3 Afghan civilians were killed in an attack at a UN guest house. The CIA has not lost this many operatives in nearly 25 years and the last time CIA agents were killed was in 2003.

Tom Cruise orders €14,500 takeaway meal

Tuesday, August 2, 2005

Tom Cruise this week took the delivery service to a whole new level. Celebrating his 43rd birthday with numerous guests at a party in the USA, Cruise decided to call up his three favorite chefs, all living in Italy, to prepare a meal.

Cruise decided to fly all three chefs out to the United States at a cost of €14,500. According to the Daily Mail the chefs cooked the celebrity tagliatelle ragu, veal, and chocolate tiramisu.

Oil from Gulf spill reaches major current

Wednesday, May 19, 2010

US scientists say that oil from the spill in the Gulf of Mexico has reached the Loop Current, which could propel the oil towards the coast of Florida.

According to the National Oceanic and Atmospheric Administration (NOAA), limited amounts of oil have entered the current, and could reach Florida’s coast in as few as six days, although it would be highly diluted by the time it did so. Other estimates place the time before oil reaches Florida as closer to ten days.

Satellite images show oil moving south from the main slick into the current, which is a rapidly-moving body of water that flows from the Caribbean Sea towards the Atlantic Ocean. The speed of the current is predicted to disperse the oil that is picked up, which would lead to difficulties in tracking it.

NOAA qualified their warning by saying that the amount of oil in question is a small percentage of the total spilled, most of which is to the north of the current. The agency’s Scientific Support Coordinator, Charlie Henry, said that “[t]here is some light oil filling the loop current,” though he said the agency “expect[s] it to degrade before it comes close to threatening South Florida.”

Canterbury farmers to get aid because of snow

Tuesday, June 27, 2006

The New Zealand government officials have announced that it will give NZ$160,000 in aid to help farmers who were affected by the huge amounts of snow in Canterbury, New Zealand two weeks ago.

The aid package will provide four regional offices for co-ordination, food supplies and ongoing support.

The Federated Farmers for mid Canterbury say that the aid will be a start to what looks like a tough winter. President of the mid Canterbury Federated Farmers Rupert Curd says, “It is too early to say exactly how much help the relief package will provide.”

The snow has not yet reached a crisis point.

The Insurance Council has estimated the cost of the snow storm has reached $35 million so far. Chief Executive of the Insurance Council says, “There has been damage to homes, commercial premises both on farms and in town and vehicles. Businesspeople who have been without power are also claiming for loss of income.”

The Minister of Agriculture Jim Anderton has said that they are not ruling out giving further aid.

Sve To Sam Saznao Opruge Od Eline Zicestainless Steel Spring Ice Sam Nauio Od Potus}

Sve to sam saznao Opruge Od eline Zicestainless Steel Spring ice sam nauio od POTUS

by

Kyle Sever

oblika od ice, metalni Springs, Stell Proizvodnja osnove

elite znati vie o ice oblika, elik Comes, Stell odluka?

Za razliku od brojnih japanskih dobavljaa koji ugovorene svoje bilo proizvodnju gitara u brojnim tvornicama dalje od najvanijih za kavu, Kasuga razvijen svaki u svoje proizvode u kui. Vi ste u mogunosti da se odlue za ili dobiti proizvodnju u dosta raznolika industrijske suspenzija izvora, od kojih se svaki moe biti spiralne opruge stvoren za posebne aplikacije. U sluaju da izgubi boju ostaje, kompletan proces mora da se ponovi. Svaki od naih inovativnih procesa obrade nam omoguavaju da ispunimo svoj ispravan specifikacije iako pruaju brzo isporuuje plus najbolje kvalitete dolazi. Na Napadai Metal Create custom made oblika od ice su nastali u raznim veliinama i komponenti. Oni mogu postati nai u raznim pogon armature el. To je razlog zato je vano odabrati oblike linije vri putem organizacije sa godina povezuje sa ali pored toga u dubinu strunosti.

S proljea umetak je iznad puna vrlo teko, to znai da je to prilino teko materijala. Keramike informacija je razvijen za spiralni opruge kroz prilino visoke temperature okruenja. Svaki objekat u livadi se razlikuje u samo koliko je sve-prirodne mineralne depozite i vitamini to containes. Ovo omoguava ice da izdri povien pritisak, a da se na flexibleness materijala. Spring linija se koristi za proizvodnju opruga.

Za razliku od puno japanskih proizvo’aa koji ugovorene svoje bilo proizvodnju gitara u raznim tvornicama prolosti najvanijih maina, Kasuga je svaki u svojim proizvodima u jednom objektu. Vi ste u mogunosti da odluuju o ili dobiti proizvodnja oko prilino nekoliko jedinstven industrijski opruge ovjesa, svaki od koji su spiralni dolazi stvoren za posebne aplikacije. Samo u sluaju da je mrlja i dalje, puni proces treba da se ponovi. Procesi inovativne obrade nam omoguiti da ostvarite svoje precizne specifikacije dok prua lako isporuuje plus najbolje kvalitete gibnjevima. Na Ahead Metal Art, custom made oblika vrpce se izra’uju u raznim veliinama i komponenti. Oni se mogu nai u irenje elektroinstalacijama. That is why, it’s crucial to choose wire forms produced by means of a firm with years of expertise but in addition exhaustive expertise.

With spring wire it’s preceding full really difficult meaning it’s a quite difficult material. Ceramic material has been made for coiled springs for Opruge od eline ice rather high-temperature environments. Svaki objekt u livadi mogu razlikovati u koliko sve-prirodne mineralne depozite i vitamini to containes. To e omoguiti umetak da izdri sve vei pritisak, iako praenje na flexibleness informacija. Spring kabl se koristi za stvaranje izvora.

Cord oblika, Stainlesss elik Springs, Stell Production – pria

Ukratko, elite nominalne mogue razne korodira. Ako korozije je fiziki izgled na tijelo iz automobila, da bi voleo da uestvuju u vrlo jednostavno skidanje oksidacije i mijeanje boja tako da odrava svoj izgled vozila. On moe vjerojatno zaustaviti postupak restauracije i ine ga skupljim svakom koraku.

Samo nekoliko magaraca moe vrlo dobro dodijeliti slijedee iako. Ovo u stvari pomae jagnje da uivaju odlina polazna toka za hladnih mjeseci. U sluaju da jagnje jednostavno nije velika, Objekti spusti.

Proirenje gibnjevima su napravljeni da malo utinice i oduprijeti savren vue elektrine energije. Kompresija dolazi ostali su decenijama i tako’er primijeen u mnogim industrijama. Polako, bez opruga suspenzije su koristi kroz evidenciju. Mogue je da vam omogui da podjednako izvire u veini industrija.

Bilo da ste u potrazi za Neuf modele ili zavrna obrada za proizvodnju rada, moemo dati custom made lim elini proljea i spirale koje e zadovoljiti vaim potrebama. Medicinski ure’aji slino koriste vrlo mali izvora. Zatitite vozilo ako se sedi napolju unutar elemenata. Kada se uzme u obzir kontejner trai ni manje ni vie nego organizacija II. Onda definitivno samo da gomila spremnik nekoliko puta svaki dan, a oni su u stanju pia nakon to ele.

Osnovne injenice o Wire Sorts, elik Springs, Stell Making

proljee tehniar obavlja ono to se smatra u poslovanju kao to su set-up ” u mainu za pripremu proljee i zavojnice i maina stvorena za proizvodnju od nekoliko vrsta proljee i zavojnica i spirale. Treba da bude tvoj mehaniar, morate odabrati maloprodajnom prirunike kao Corvair nije normalna GM auto! Kao to se moda premijera automobila, ne zaboravite da je specijalnog prajmera nije auto boja i normalno voda nije odbila. Chevy posjedovalo je napravio vitalnih promjena u okvir, jer njegove knjige. Najvidljiviji stavka je u blizini sav materijal urbe, vie sposobnost je potrebno za upravljanje auto, deblje tijelo metalik, jo Chome.

I am Kyle and was born on 10 March 1973. My hobbies are Locksport and Dancing.

If you have any inquiries regarding wherever and how to use Opruge od eline ice, you can make contact with us at our web page.

Article Source:

eArticlesOnline.com}

United States: At least fifteen dead in Southern California after rain causes mudslides and floods

Thursday, January 11, 2018

On Tuesday, the first major rain storm of the year in Southern California led to flooding that has caused at least fifteen deaths, mainly in Santa Barbara County. The flooding was exacerbated by last month’s wildfires; particularly hard-hit was the wealthy community of Montecito, downstream of the site of the Thomas Fire, where at least six houses were destroyed. More than 160 people have been hospitalized, four in critical condition.

According to the United States National Weather Service, five and a half inches of rain has fallen over two days in parts of Ventura County, and more than four inches in parts of Santa Barbara County. In areas burned by the wildfires, ground cover that would have reduced runoff had been destroyed, and an impermeable layer of ash and burned soil had been created. As a result, torrents of mud ran downhill and inundated places such as Montecito. Mike Eliason, a spokesman for the Santa Barbara County Fire Department, said homes in the wealthy community had been “wiped away from their foundations” by mudflows, which also burst a gas main, leading to a fire that destroyed another building.

Sections of the 101 freeway were closed by flooding; a driver told television station KTLA that mud came “out of nowhere” and covered the highway in “about five seconds” and that he was glad he was still alive. James Cook, the Los Angeles correspondent for BBC News, reported that roads were being blocked by “boulders the size of small cars” which had tumbled down the hills. BBC also reported, 300 people had been trapped in Romero Canyon. Bill Brown, the Sheriff of Santa Barbara County, said at mid-afternoon that the number of deaths had reached thirteen and might rise. He described the flood-ravaged areas as looking “like a World War I battlefield” and said that emergency dispatchers had fielded some 600 calls between 3:00 and 6:00 am.

Emergency services including the Ventura County Aviation Unit were kept busy rescuing people. The Coast Guard sent aircraft to assist. Spokesmen reported fifty people had been rescued in each of Los Angeles and Santa Barbara Counties. Montecito resident, Berkeley Johnson, told the Santa Barbara Independent that he and his wife had taken refuge on the roof of their house but climbed came down when they heard a child crying. With a fireman’s help were able to dig out a two-year-old girl, who looked like a “muddy doll” according to Johnson.

Officials issued evacuation orders on Monday for thousands of people living in Santa Barbara, Los Angeles, and Ventura counties, but Montecito was under only voluntary evacuation. Some of the evacuation orders were lifted later on Tuesday as the rain became lighter.

Australians missing out on full sports coverage, media outlets say

Wednesday, April 15, 2009

Major media outlets have told an Australian senate committee on environment, communications and the arts that Australians are being denied full coverage of sporting events.

They have told the inquiry that major sporting organisations are restricting how photos and text can be used on the internet and other digital media, which is threatening the reporting of sport as news.

Sporting organisations have hit back saying that such online content is a big money earner for them. They say that the money earned from those rights gets invested in grassroots programs.

Australian Associated Press asked the committee to recommend legislation guaranteeing the right of news media cover major sporting events.

“AAP reporting and photography are the lifeblood of news for regional and rural newspapers across the country,” Fairfax Media, publisher of The Sydney Morning Herald, The Age and a number of regional papers, said in its submission. “Millions of Australians are being prevented from receiving full AAP coverage of major sporting events. When photographs of sport events are privatised, all forms of journalism are vulnerable to such restrictions.”

“AAP believes that the most effective way to protect the public interest in receiving news about sporting and related events is to have a legislated provision for right of access for news media,” AAP’s submission says.

The Australian Football League, in its submission, also argued for legislative amendments, but to the Copyright Act. Their recommendations would see the use of audio-visual, photographic and audio media restricted in the digital domain.

“To avoid protracted disputes with media organisations and to ensure a minimum standard of protection across digital sports news reporting in Australia, AFL believes that the best means of introducing these restrictions is by way of amendments to the Copyright Act or a mandatory industry code,” the AFL’s submission said.

Wikinews asked the AFL, Football Federation Australia and the Sunshine Coast Daily for comment. The AFL refused to comment until after their submission was formally made to the committee.