article thumbnail

Documenting the use of Amazon EC2 Auto Scaling groups in DoD

AWS Public Sector Blog

This is often attributed to configuration management, total asset inventory, compliance with agency third-party security tools, and agency authorization documentation. The key to ensuring security and compliance is ensuring proper documentation and securing the baseline template utilized.

Security 195
article thumbnail

Three Options for Managing References in Grant Proposals and Other Documents

Peak Proposals

Several options exist for storing and adding references to grant proposals or other documents, such as project reports and research papers. Without one, you’ll have to collect your references in a Word document or something similar and, depending on the required style, manually format the citations before pasting them into your document.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Accelerating the secure exchange of public health data with AIMS, powered by Ruvos and AWS

AWS Public Sector Blog

In 2012, Ruvos saw that advances in cloud computing could take the platform to the next level, helping address challenges such as the resource constraints faced by labs, the sensitive nature of public health data exchanged, the need to rapidly scale data exchange during an outbreak, and the ever-crucial need for timely and accurate data.

article thumbnail

Creating AWS CloudFormation templates for AWS Ground Station DigIF workloads

AWS Public Sector Blog

InstanceRole: Type: AWS::IAM::Role Condition: ShouldCreateInstance Properties: AssumeRolePolicyDocument: Version: "2012-10-17" Statement: - Effect: "Allow" Principal: Service: - "ec2.amazonaws.com" For more information on this type of policy, refer to AWS managed policies.

Security 189
article thumbnail

How to transfer data to the CISA Cloud Log Aggregation Warehouse (CLAW) using Amazon S3

AWS Public Sector Blog

To learn more, review the NCPS Cloud Interface Reference Architecture documentation and contact your AWS account team. Add a bucket policy to the source bucket (“agency-bucket”) to allow the NCPS Lambda execution role in the destination account to GET objects.

article thumbnail

How to improve government customer experience by building a modern serverless web application in AWS GovCloud (US)

AWS Public Sector Blog

Under Properties of the Amazon S3 bucket, enable the Static Website Hosting option and specify index.html as the index document. Uncheck Block Public Access at the account level. Make a note of the domain name (.s3-website-us-gov-west-1.amazonaws.com). s3-website-us-gov-west-1.amazonaws.com). amazonaws.com). Upload the function.js

article thumbnail

Deploy LLMs in AWS GovCloud (US) Regions using Hugging Face Inference Containers

AWS Public Sector Blog

Select the option to view the custom policy in JSON format, then modify and paste the following code into the editor: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "s3:GetObject", "Resource": "arn:aws:s3::: /*" } ] } c. In the options on the left side of the console, go to Policies and then Create policy.

Security 195