Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<ns0:MaterialMassReplicationRequest xmlns:ns0="http://sap.com/xi/SAPGlobal20/Global">
<MessageHeader>
<ID/>
<UUID/>
<CreationDateTime>2023-11-09T10:52:59Z</CreationDateTime>
<SenderParty>
<InternalID schemeID="LocalSystemID" schemeAgencyID="310">HEQCLNT200</InternalID>
</SenderParty>
<RecipientParty>
@anuragguptagithub
anuragguptagithub / VPC-NAT.template
Created May 16, 2019 22:08 — forked from dbigrunt/VPC-NAT.template
CloudFormation template for a generic VPC with public and private subnets (with private network Internet access via NAT)
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "CloudFormation template for a generic VPC with public and private subnets (with private network Internet access via NAT)",
"Parameters" : {
"KeyPairName" : {
"Description" : "Name of an existing EC2 KeyPair (find or create here: https://console.aws.amazon.com/ec2/v2/home#KeyPairs: )",
"Type" : "String",