events.redhat.com Open in urlscan Pro
52.23.125.165  Public Scan

Submitted URL: https://events.redhat.com/profile/790686
Effective URL: https://events.redhat.com/profile/form/index.cfm?PKformID=0x790686abcd
Submission: On May 08 via api from NZ — Scanned from NZ

Form analysis 1 forms found in the DOM

Name: formProfileFormPOST https://events.redhat.com/profile/form/index.cfm

<form action="https://events.redhat.com/profile/form/index.cfm" method="post" name="formProfileForm" id="formProfileForm" enctype="multipart/form-data">
  <table id="page-table" role="presentation">
    <input type="hidden" name="SectionsToCheck" value="111">
    <input type="hidden" name="lstThisPage" value="2,111,20,112,106,107,104,41,42,103,2">
    <!-- Start: Instructions -->
    <tbody>
      <tr>
        <td>
          <font class="text">
            <script src="/accounts/register123/redhat/readhat2/RedHatCompanyAutoComplete.js"></script>
            <div class="autocomplete-suggestions"></div>
          </font>
        </td>
      </tr>
      <!-- End: Instructions -->
      <!-- Start: Header Text -->
      <tr class="section-header"><!-- section header row -->
        <td>
          <font class="header"><span class="" style="color:#cc0000">EVENT REGISTRATION</span></font>
        </td>
      </tr>
      <!-- End: Header Text -->
      <tr>
        <td>
          <!-- Start: pageHTML -->
          <table class="form-table">
            <tbody>
              <tr>
                <td>
                  <font class="text"><br><span class="PersonalProfileSubhead">Register now to attend.</span><br></font>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
      <tr>
        <td>
          <!-- End: pageHTML -->
          <div id="uniqueMessage"></div>
          <table border="0" class="form-table" id="crtn-tbl-profile" data="profileTable" role="presentation">
            <tbody>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_fname" id="pro_fname_label" aria-label="First Name">
                    <font class="text">First Name</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <input type="Text" name="pro_fname" value="" size="25" maxlength="50" class="r123formelement requiredField" id="pro_fname" aria-describedby="pro_fname_error" aria-required="true">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_lname" id="pro_lname_label" aria-label="Last Name">
                    <font class="text">Last Name</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <input type="Text" name="pro_lname" value="" size="25" maxlength="50" class="r123formelement requiredField" id="pro_lname" aria-describedby="pro_lname_error" aria-required="true">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_email" id="pro_email_label" aria-label="Work Email">
                    <font class="text">Work Email</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <style>
                    .errorField {
                      outline: 1px solid #cd0a0a !important;
                      *border: 1px solid #cd0a0a !important;
                    }

                    #uniqueMessage {
                      padding: 5px;
                      margin: 5px;
                      line-height: 15px;
                      color: red;
                    }
                  </style>
                  <script type="text/javascript">
                    jQuery(document).ready(function() {
                      $profileEmail = jQuery('#pro_email');
                      $uniqueMessage = jQuery('#uniqueMessage')
                      $profileEmail.blur(function() {
                        if ($profileEmail.val().length > 0) {
                          jQuery.ajax({
                            cache: false,
                            type: "post",
                            url: '/ajax/registration.cfc',
                            data: {
                              method: 'checkUniqueRegistrationEmail',
                              emailAddress: jQuery(this).val(),
                              eventId: '8236',
                              registrationId: '15071450'
                            },
                            dataType: "json",
                            success: function(data, textStatus, XMLHttpRequest) {
                              if (data.isUnique == false) {
                                $uniqueMessage.html(
                                  '<div class=\"RegistrationExists\">A registration already exists with this email address. Please <a href=\"/profile/form/index.cfm?PKformID=\"><span class=\"errorClickHere\">click here to log in</span></a> to your existing registration rather than creating a new registration. </div>'
                                  );
                                $profileEmail.addClass('errorField');
                              } else {
                                $uniqueMessage.text('');
                                $profileEmail.removeClass('errorField');
                              }
                            }
                          })
                        }
                      });
                    });
                  </script>
                  <input type="text" name="pro_email" value="" size="25" maxlength="100" class="r123formelement requiredField" id="pro_email" aria-describedby="pro_email_error" aria-required="true">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_phone_mobile" id="pro_phone_mobile_label" aria-label="Mobile Number">
                    <font class="text">Mobile Number</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <input type="Text" name="pro_phone_mobile" value="" size="25" maxlength="30" class="r123formelement requiredField" id="pro_phone_mobile" aria-describedby="pro_phone_mobile_error" aria-required="true">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_organization" id="pro_organization_label" aria-label="Company Name">
                    <font class="text">Company Name</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <input type="text" name="pro_organization" value="" size="25" maxlength="100" class="r123formelement requiredField" id="pro_organization" aria-describedby="pro_organization_error" aria-required="true">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_addr_country" id="pro_addr_country_label" aria-label="Country">
                    <font class="text">Country</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <select aria-label="pro_addr_country" name="pro_addr_country" class="r123formelement requiredField certain-type-ahead" size="1" id="pro_addr_country" aria-required="true" aria-describedby="pro_addr_country_error">
                    <option value=""></option>
                    <option value="Australia">Australia</option>
                    <option value="New Zealand">New Zealand</option>
                  </select>
                  <input type="Hidden" name="isPhoneAutoSuggest" value="0" id="isPhoneAutoSuggest">
                  <script type="text/javascript">
                    registerCountryListener(3, 2, 2, 'pro_addr_state', 'pro_addr_country', '34', '41601');
                  </script>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_addr_state" id="pro_addr_state_label" aria-label="State/Province">
                    <font class="text">State/Province</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <select aria-label="pro_addr_state" name="pro_addr_state" class="r123formelement requiredField certain-type-ahead" size="1" id="pro_addr_state" aria-required="true" aria-describedby="pro_addr_state_error">
                    <option value=""></option>
                    <optgroup label="Australia">
                      <option value="ACT">ACT</option>
                      <option value="NSW">NSW</option>
                      <option value="NT">NT</option>
                      <option value="QLD">QLD</option>
                      <option value="SA">SA</option>
                      <option value="TAS">TAS</option>
                      <option value="VIC">VIC</option>
                      <option value="WA">WA</option>
                    </optgroup>
                    <optgroup label="New Zealand">
                      <option value="Auckland">Auckland</option>
                      <option value="Bay of Plenty">Bay of Plenty</option>
                      <option value="Canterbury">Canterbury</option>
                      <option value="Chatham Islands">Chatham Islands</option>
                      <option value="Christchurch">Christchurch</option>
                      <option value="Dunedin">Dunedin</option>
                      <option value="Gisborne">Gisborne</option>
                      <option value="Hamilton">Hamilton</option>
                      <option value="Hawke's Bay">Hawke's Bay</option>
                      <option value="Invercargill">Invercargill</option>
                      <option value="Manawatu-Whanganui">Manawatu-Whanganui</option>
                      <option value="Marlborough">Marlborough</option>
                      <option value="Napier">Napier</option>
                      <option value="Nelson">Nelson</option>
                      <option value="New Plymouth">New Plymouth</option>
                      <option value="Northland">Northland</option>
                      <option value="Otago">Otago</option>
                      <option value="Southland">Southland</option>
                      <option value="Taranaki">Taranaki</option>
                      <option value="Tasman">Tasman</option>
                      <option value="Waikato">Waikato</option>
                      <option value="Wellington">Wellington</option>
                      <option value="West Coast">West Coast</option>
                    </optgroup>
                  </select>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <label for="pro_ans_field01" id="pro_ans_field01_label" aria-label="Department">
                    <font class="text">Department</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <script>
                    jQuery(document).ready(function() {
                      var id = "pro_ans_field01";
                      var lastAnswer = 'Sales';
                      var lastAnswerLabel = 'Sales';
                      var emptyOpt = "1";
                      var otherId = "pro_ans_field01_other";
                      jQuery('#' + id).change(function() {
                        if (emptyOpt == true && (jQuery("#" + id).find('option:selected').text() == lastAnswer || jQuery("#" + id).find('option:selected').text() == lastAnswerLabel)) {
                          jQuery('input[name=' + otherId + ']').css('display', 'inline-block');
                        } else if (emptyOpt == false && (jQuery("#" + id).find('option:selected').text() == lastAnswer || jQuery("#" + id).find('option:selected').text() == lastAnswerLabel)) {
                          jQuery('input[name=' + otherId + ']').css('display', 'inline-block');
                        } else {}
                      });
                    });
                  </script>
                  <select aria-label="pro_ans_field01" name="pro_ans_field01" class="input r123formelement QueDepartment certain-type-ahead" size="1" id="pro_ans_field01" aria-required="true" aria-describedby="pro_ans_field01_error">
                    <option value=""></option>
                    <option value="IT - Applications / Development">IT - Applications / Development</option>
                    <option value="IT - Business Intelligence">IT - Business Intelligence</option>
                    <option value="IT - Database">IT - Database</option>
                    <option value="IT - Desktop / Help Desk">IT - Desktop / Help Desk</option>
                    <option value="IT - Network">IT - Network</option>
                    <option value="IT - Operations">IT - Operations</option>
                    <option value="IT - Project Management">IT - Project Management</option>
                    <option value="IT - Quality / Testing">IT - Quality / Testing</option>
                    <option value="IT - Risk / Compliance / Security">IT - Risk / Compliance / Security</option>
                    <option value="IT - Server / Storage">IT - Server / Storage</option>
                    <option value="IT - Telecom">IT - Telecom</option>
                    <option value="IT - Web">IT - Web</option>
                    <option value="Customer Service / Call Center">Customer Service / Call Center</option>
                    <option value="Executive Office">Executive Office</option>
                    <option value="Finance">Finance</option>
                    <option value="Human Resources">Human Resources</option>
                    <option value="Legal">Legal</option>
                    <option value="Marketing Communications">Marketing Communications</option>
                    <option value="Research &amp; Development">Research &amp; Development</option>
                    <option value="Sales">Sales</option>
                  </select>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <label for="pro_ans_field02" id="pro_ans_field02_label" aria-label="Job Role">
                    <font class="text">Job Role</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <script>
                    jQuery(document).ready(function() {
                      var id = "pro_ans_field02";
                      var lastAnswer = 'Webmaster';
                      var lastAnswerLabel = 'Webmaster';
                      var emptyOpt = "1";
                      var otherId = "pro_ans_field02_other";
                      jQuery('#' + id).change(function() {
                        if (emptyOpt == true && (jQuery("#" + id).find('option:selected').text() == lastAnswer || jQuery("#" + id).find('option:selected').text() == lastAnswerLabel)) {
                          jQuery('input[name=' + otherId + ']').css('display', 'inline-block');
                        } else if (emptyOpt == false && (jQuery("#" + id).find('option:selected').text() == lastAnswer || jQuery("#" + id).find('option:selected').text() == lastAnswerLabel)) {
                          jQuery('input[name=' + otherId + ']').css('display', 'inline-block');
                        } else {}
                      });
                    });
                  </script>
                  <select aria-label="pro_ans_field02" name="pro_ans_field02" class="input r123formelement QueCollectedJobRole certain-type-ahead" size="1" id="pro_ans_field02" aria-required="true" aria-describedby="pro_ans_field02_error">
                    <option value=""></option>
                    <option value="Account Executive">Account Executive</option>
                    <option value="Accounting">Accounting</option>
                    <option value="Analyst">Analyst</option>
                    <option value="Architect">Architect</option>
                    <option value="Assistant">Assistant</option>
                    <option value="Automation Architect">Automation Architect</option>
                    <option value="CDO">CDO</option>
                    <option value="CEO">CEO</option>
                    <option value="CFO">CFO</option>
                    <option value="Chairman">Chairman</option>
                    <option value="Chief Architect">Chief Architect</option>
                    <option value="Chief Scientist">Chief Scientist</option>
                    <option value="CIO">CIO</option>
                    <option value="CISO">CISO</option>
                    <option value="CMO">CMO</option>
                    <option value="Compliance Officer">Compliance Officer</option>
                    <option value="Consultant">Consultant</option>
                    <option value="COO">COO</option>
                    <option value="CTO">CTO</option>
                    <option value="Data Scientist">Data Scientist</option>
                    <option value="Database Administrator">Database Administrator</option>
                    <option value="Developer">Developer</option>
                    <option value="Director">Director</option>
                    <option value="Engineer">Engineer</option>
                    <option value="Executive">Executive</option>
                    <option value="Finance / Accounting">Finance</option>
                    <option value="General Counsel">General Counsel</option>
                    <option value="Industry Analyst">Industry Analyst</option>
                    <option value="IT Auditor">IT Auditor</option>
                    <option value="Lawyer">Lawyer</option>
                    <option value="Legal Services">Legal Services</option>
                    <option value="Manager">Manager</option>
                    <option value="Media">Media</option>
                    <option value="Network Administrator">Network Administrator</option>
                    <option value="Owner">Owner</option>
                    <option value="Partner">Partner</option>
                    <option value="President">President</option>
                    <option value="Press">Press</option>
                    <option value="Procurement">Procurement</option>
                    <option value="Product Manager">Product Manager</option>
                    <option value="Programmer">Programmer</option>
                    <option value="Purchasing">Purchasing</option>
                    <option value="Solicitor">Solicitor</option>
                    <option value="Student">Student</option>
                    <option value="System Administrator">System Administrator</option>
                    <option value="Vice President">Vice President</option>
                    <option value="Webmaster">Webmaster</option>
                  </select>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="hidden" name="pro_prefix" value=""><input type="hidden" name="pro_mname" value=""><input type="hidden" name="pro_suffix" value=""><input type="hidden" name="pro_badge_name" value=""><input type="hidden" name="pro_position"
        value=""><input type="hidden" name="pro_addr_line1" value=""><input type="hidden" name="pro_addr_line2" value=""><input type="hidden" name="pro_addr_line3" value=""><input type="hidden" name="pro_addr_line4" value=""><input type="hidden"
        name="pro_addr_city" value=""><input type="hidden" name="pro_addr_postal_code" value=""><input type="hidden" name="pro_addr_intl_state" value=""><input type="hidden" name="pro_url" value=""><input type="hidden" name="pro_phone"
        value=""><input type="hidden" name="pro_phone2" value=""><input type="hidden" name="pro_fax" value=""><input type="hidden" name="pro_ssn" value=""><input type="hidden" name="pro_dob" value=""><input type="hidden" name="pro_frn_gender_id"
        value=""><input type="hidden" name="pro_pin" value=""><input type="hidden" name="pro_password" value=""><input type="hidden" name="pro_asst_name" value=""><input type="hidden" name="pro_asst_email" value=""><input type="hidden"
        name="pro_asst_phone" value=""><input type="hidden" name="pro_asst_cc_email" value="0"><input type="hidden" name="pro_show_online" value="1"><input type="hidden" name="pro_external_frn_key" value=""><input type="hidden" name="pro_add_name"
        value=""><input type="hidden" name="pro_add_email" value=""><input type="hidden" name="pro_add_phone" value=""><input type="hidden" name="pro_add_cc_email" value="0"><input type="hidden" name="pro_alt_addr_line1" value=""><input type="hidden"
        name="pro_alt_addr_line2" value=""><input type="hidden" name="pro_alt_addr_line3" value=""><input type="hidden" name="pro_alt_addr_line4" value=""><input type="hidden" name="pro_alt_addr_city" value=""><input type="hidden"
        name="pro_alt_addr_state" value=""><input type="hidden" name="pro_alt_addr_postal_code" value=""><input type="hidden" name="pro_alt_addr_intl_state" value=""><input type="hidden" name="pro_alt_addr_country" value=""><input type="hidden"
        name="pro_ship_addr_line1" value=""><input type="hidden" name="pro_ship_addr_line2" value=""><input type="hidden" name="pro_ship_addr_line3" value=""><input type="hidden" name="pro_ship_addr_line4" value=""><input type="hidden"
        name="pro_ship_addr_city" value=""><input type="hidden" name="pro_ship_addr_state" value=""><input type="hidden" name="pro_ship_addr_postal_code" value=""><input type="hidden" name="pro_ship_addr_intl_state" value=""><input type="hidden"
        name="pro_ship_addr_country" value=""><input type="hidden" name="pro_trv_travel_login_id" value=""><input type="hidden" name="pro_trv_passport_fname" value=""><input type="hidden" name="pro_trv_passport_lname" value=""><input type="hidden"
        name="pro_trv_passport_num" value=""><input type="hidden" name="pro_trv_frn_cou_id" value=""><input type="hidden" name="pro_trv_passport_exp" value=""><input type="hidden" name="pro_trv_frn_arln_id" value=""><input type="hidden"
        name="pro_trv_freq_fly_num" value=""><input type="hidden" name="pro_trv_frn_arln_seat_id" value=""><input type="hidden" name="pro_avatar" value=""><input type="hidden" name="profile_third_party_key" value=""><input type="hidden"
        name="third_party_id" value="0"><input type="Hidden" name="sectionsToCheck" value="20"> <input type="hidden" name="SectionsToCheck" value="112">
      <input type="hidden" name="lstThisPage" value="2,111,20,112,106,107,104,41,42,103,2">
      <tr>
        <td>
          <table class="form-table" id="crtn-tbl-custom" data="customTable" role="presentation">
            <tbody>
              <tr>
                <td valign="top">
                  <font class="text">
                    <div>
                      <table class="form-table" id="crtn-tbl-content-block-shell">
                        <tbody>
                          <tr>
                            <td colspan="2">
                              <div>This&nbsp;event is co-hosted in partnership with&nbsp;AWS and Red Hat. As a result, both Red Hat and&nbsp;AWS are collecting your personal data when you submit such information as part of the registration process
                                above. For more information on each party’s privacy practices, please see: Red Hat’s Privacy Statement |&nbsp;AWS privacy policy below.</div>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                  </font>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="hidden" name="sectionstocheck" value="106">
      <input type="hidden" name="custom6_fieldstovalidate" value="">
      <tr>
        <td>
          <table class="form-table" id="crtn-tbl-custom" data="customTable" role="presentation">
            <tbody>
              <tr>
                <td valign="top">
                  <font class="text">
                    <div>
                      <table class="form-table" id="crtn-tbl-content-block-shell">
                        <tbody>
                          <tr>
                            <td colspan="2">
                              <section class="form-footer">
                                <div class="form-group df-privacy" style="text-align: right;">&nbsp;Red
                                  Hat’s&nbsp;<a class="PrivcyStatementLink" href="https://www.redhat.com/en/about/privacy-policy" style="font-size:0.8em" target="_blank">Privacy Statement</a> |
                                  AWS&nbsp;<a class="PrivcyStatementLink" href="https://aws.amazon.com/privacy/" style="font-size:0.8em" target="_blank">Privacy Statement</a></div>
                              </section>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                  </font>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="hidden" name="sectionstocheck" value="107">
      <input type="hidden" name="custom7_fieldstovalidate" value="">
      <tr>
        <td>
          <table class="form-table" id="crtn-tbl-custom" data="customTable" role="presentation">
            <tbody>
              <tr>
                <td valign="top">
                  <font class="text">
                    <div>
                      <table class="form-table" id="crtn-tbl-content-block-shell">
                        <tbody>
                          <tr>
                            <td colspan="2">
                              <div><span class="ibm115link">You can stop receiving marketing emails by clicking the unsubscribe link in each email or withdraw your consent at any time in the
                                  <a href="https://www.redhat.com/en/email-preferences" target="_blank">preference center</a>. See <a href="https://www.redhat.com/en/about/privacy-policy" target="_blank">Privacy Statement</a> for details.</span>
                              </div>
                              <div>&nbsp;</div>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                  </font>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="hidden" name="sectionstocheck" value="104">
      <input type="hidden" name="custom4_fieldstovalidate" value="">
      <!-- Start: Instructions -->
      <tr>
        <td>
          <font class="text">
            <script src="/accounts/register123/redhat/readhat2/RedHat_IBM_GDPR_Consent.js"></script>
          </font>
        </td>
      </tr>
      <!-- End: Instructions -->
      <tr>
        <td>
          <table class="form-table" id="crtn-tbl-question" data="questionTable" role="presentation">
            <tbody>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <label for="pro_ans_field04" id="pro_ans_field04_label" aria-label="Red Hat may use your personal data to inform you about its products, services, and events">
                    <font class="text">Red Hat may use your personal data to inform you about its products, services, and events</font>
                  </label> <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <div class="noBorder" role="radiogroup" id="pro_ans_field04" aria-labelledby="pro_ans_field04_label" aria-required="true">
                    <table id="crtn-tbl-que_pro_ans_field04" role="group" aria-labeldby="pro_ans_field04_label">
                      <tbody>
                        <tr role="presentation">
                          <td valign="top" role="presentation">
                            <input type="radio" name="pro_ans_field04" value="1" role="radio" aria-required="true" aria-label="Notify me about products, services, and events" id="pro_ans_field04_1" class="r123formelement QueGDPRConsent" onclick="/">
                          </td>
                          <td role="presentation" valign="top" colspan="1">
                            <label class="control-label control-label requiredField" for="pro_ans_field04_1">
                              <font class="text"><span class="NotifyMe">Notify me about products, services, and events</span></font>
                            </label>
                          </td>
                        </tr>
                        <tr role="presentation">
                          <td valign="top" role="presentation">
                            <input type="radio" name="pro_ans_field04" value="0" role="radio" aria-required="true"
                              aria-label="Unsubscribe me from all marketing communications about Red Hat products, services, and events, including event invitations." id="pro_ans_field04_0" class="r123formelement QueGDPRConsent" onclick="/">
                          </td>
                          <td role="presentation" valign="top" colspan="1">
                            <label class="control-label control-label requiredField" for="pro_ans_field04_0">
                              <font class="text"><span class="DoNotNotifyMe">Unsubscribe me from all marketing communications about Red Hat products, services, and events, including event invitations.</span></font>
                            </label>
                          </td>
                        </tr>
                        <tr role="presentation" style="display: none;">
                          <td valign="top" role="presentation">
                            <input type="radio" name="pro_ans_field04" value="4" role="radio" aria-required="true" aria-label="Previously selected" id="pro_ans_field04_4" class="r123formelement QueGDPRConsent"
                              onclick="javascript:if (this.checked) {jQuery( 'input[name=pro_ans_field04_other]' ).css('display','inline-block');}">
                          </td>
                          <td role="presentation" valign="top" colspan="1">
                            <label class="control-label control-label requiredField" for="pro_ans_field04_4">
                              <font class="text"><span class="PreviouslySelected4">Previously selected</span></font>
                            </label>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </div>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="pro_ans_field05" id="pro_ans_field05_label" aria-label="HiddenFiled-Email-F_FormData_OptIn">
                    <font class="subheader">HiddenFiled-Email-F_FormData_OptIn</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="pro_ans_field05" size="20" maxlength="50" value="" class="r123formelement F_FormData_OptIn HiddenContent" id="pro_ans_field05">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="pro_ans_field06" id="pro_ans_field06_label" aria-label="HiddenFiled-Email-F_FormData_OptIn">
                    <font class="subheader">HiddenFiled-Email-F_FormData_OptIn</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="pro_ans_field06" size="20" maxlength="50" value="" class="r123formelement F_FormData_OptIn HiddenContent" id="pro_ans_field06">
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="Hidden" name="sectionsToCheck" value="41">
      <tr>
        <td>
          <!-- Start: pageHTML -->
          <table class="form-table">
            <tbody>
              <tr>
                <td>
                  <font class="text">
                    <script src="/accounts/register123/redhat/readhat2/redhat_utm_script_2.js"></script>
                    <script src="/accounts/register123/redhat/readhat2/RedHat_honeypotspam.js"></script>
                  </font>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
      <tr>
        <td>
          <!-- End: pageHTML -->
          <table class="form-table" id="crtn-tbl-question" data="questionTable" role="presentation">
            <tbody>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field09" id="reg_ans_field09_label" aria-label="TacticID_External">
                    <font class="subheader">TacticID_External</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field09" size="20" maxlength="2000" value="" class="r123formelement QS_TacticID_External HiddenContent" id="reg_ans_field09">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field10" id="reg_ans_field10_label" aria-label="TacticID_Internal">
                    <font class="subheader">TacticID_Internal</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field10" size="20" maxlength="2000" value="" class="r123formelement QS_TacticID_Internal HiddenContent" id="reg_ans_field10">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field28" id="reg_ans_field28_label" aria-label="TacticID_Personalized">
                    <font class="text">TacticID_Personalized</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field28" size="20" maxlength="150" value="" class="r123formelement QS_TacticID_Personalized HiddenContent" id="reg_ans_field28">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field25" id="reg_ans_field25_label" aria-label="">
                    <font class="text"><!--Spambot--></font>
                  </label>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field25" size="20" maxlength="50" value="" class="r123formelement QueSpambot" id="reg_ans_field25">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field17" id="reg_ans_field17_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field17" size="20" maxlength="2000" value="You're Confirmed!" class="r123formelement QueConfirmationSubject HiddenContent" id="reg_ans_field17">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field18" id="reg_ans_field18_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field18" size="20" maxlength="2000" value="Reminder about your upcoming event!" class="r123formelement QueReminder1Subject HiddenContent" id="reg_ans_field18">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field19" id="reg_ans_field19_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field19" size="20" maxlength="2000" value="Your event will take place in the next few days" class="r123formelement QueReminder2Subject HiddenContent" id="reg_ans_field19">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field20" id="reg_ans_field20_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field20" size="20" maxlength="2000" value="Thank you for attending!" class="r123formelement QueThankYouSubject HiddenContent" id="reg_ans_field20">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field21" id="reg_ans_field21_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field21" size="20" maxlength="2000" value="Sorry you couldn’t make it!" class="r123formelement QueMissedYouSubject HiddenContent" id="reg_ans_field21">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field22" id="reg_ans_field22_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field22" size="20" maxlength="2000" value="Cancellation Confirmation" class="r123formelement QueCancellationSubject HiddenContent" id="reg_ans_field22">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field23" id="reg_ans_field23_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field23" size="20" maxlength="2000" value="Help us improve for future events" class="r123formelement QueSurveySubject HiddenContent" id="reg_ans_field23">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field32" id="reg_ans_field32_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field32" size="20" maxlength="250" value="Wait list notification for" class="r123formelement QueWaitlistSubject HiddenContent" id="reg_ans_field32">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field33" id="reg_ans_field33_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field33" size="20" maxlength="200" value="Red Hat Webinar Today" class="r123formelement QueRemTodaySub HiddenContent" id="reg_ans_field33">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field34" id="reg_ans_field34_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field34" size="20" maxlength="50" value="Red Hat Webinar - Join Now" class="r123formelement QueRemJoinNowSub HiddenContent" id="reg_ans_field34">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field36" id="reg_ans_field36_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field36" size="20" maxlength="200" value="Red Hat Registration Confirmation" class="r123formelement QueOnDemandConfirmSub HiddenContent" id="reg_ans_field36">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field37" id="reg_ans_field37_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field37" size="20" maxlength="200" value="Thank you for watching!" class="r123formelement QueOnDemandTySub HiddenContent" id="reg_ans_field37">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field35" id="reg_ans_field35_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field35" size="20" maxlength="200" value="Red Hat Incomplete Registration" class="r123formelement QueIncompleteSubject HiddenContent" id="reg_ans_field35">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field38" id="reg_ans_field38_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field38" size="20" maxlength="50" value="Your event is tomorrow" class="r123formelement QueReminder3Subject HiddenContent" id="reg_ans_field38">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field39" id="reg_ans_field39_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field39" size="20" maxlength="50" value="Your registration status" class="r123formelement QueRegistrationReceivedSubject HiddenContent" id="reg_ans_field39">
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field40" id="reg_ans_field40_label" aria-label="&amp;nbsp;">
                    <font class="subheader">&nbsp;</font>
                  </label>
                </td>
              </tr>
              <tr style="display: none;">
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field40" size="20" maxlength="200" value="Your registration was declined" class="r123formelement QueRegistrationDeniedSubject HiddenContent" id="reg_ans_field40">
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="Hidden" name="sectionsToCheck" value="42">
      <tr>
        <td>
          <table class="form-table" id="crtn-tbl-custom" data="customTable" role="presentation">
            <tbody>
              <tr>
                <td valign="top">
                  <font class="text">
                    <div class="g-recaptcha" data-callback="verifyRecaptchaCallback" data-expired-callback="expiredRecaptchaCallback" data-sitekey="6LcV2EwUAAAAADpcUM91N2oh84-NTIxHHdiw7N4S" id="captchaDivId" name="captchaDivId">&nbsp;</div>
                    <div style="display:none;"><input class="form-control d-none" data-error="Please complete the Captcha" data-recaptcha="true" id="captchaResponse" name="captchaResponse"></div>
                    <div class="help-block with-errors">
                      <table class="form-table" id="crtn-tbl-content-block-shell">
                        <tbody>
                          <tr>
                            <td colspan="2">
                              <div><input id="captchaResponse" name="captchaResponse" type="Hidden" value="">
                                <script src="https://www.google.com/recaptcha/api.js?render=6LfsU8UZAAAAAKqZrg8HLUJpeYBn3R6YpiuD2roH"></script>
                                <script>
                                  grecaptcha.ready(function() {
                                    var key = "6LfsU8UZAAAAAKqZrg8HLUJpeYBn3R6YpiuD2roH";
                                    grecaptcha.execute(key, {
                                      action: 'submit'
                                    }).then(function(token) {
                                      jQuery('#captchaResponse').val(token);
                                    });
                                  });
                                </script>
                              </div>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                    <script>
                      jQuery(document).ready(function() {
                        window.verifyRecaptchaCallback = function(response) {
                          jQuery('input[data-recaptcha]').val(response).trigger('change')
                        }
                        window.expiredRecaptchaCallback = function() {
                          jQuery('input[data-recaptcha]').val("").trigger('change')
                        }
                        jQuery('#submitForm').click(function() {
                          var captchaResponse = jQuery('#captchaResponse').val();
                          if (captchaResponse.length > 0) {
                            jQuery(".recaptchaError").hide();
                          } else {
                            jQuery(".recaptchaError").show();
                            return false;
                          }
                        });
                      });
                    </script>
                    <div class="recaptchaError" style="display:none;color:#8c2e0b;">Please verify that you are not a robot.</div>
                  </font>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="hidden" name="sectionstocheck" value="103">
      <input type="hidden" name="custom3_fieldstovalidate" value="">
      <tr>
        <td align="center">
          <input type="submit" name="submitForm" value="Register Now" id="submitForm" class="r123FormSubmit regFormSubmitButton  c_btn_register_now"> &nbsp;
        </td>
      </tr>
      <tr>
        <td>
          <input type="hidden" name="PkRegID" value="0x286357817564d">
          <input type="hidden" name="PKprimary_regID" value="0x286357817ccd6">
          <input type="hidden" name="PKformID" value="0x790686abcd">
          <input type="hidden" name="EmailHistId" value="0">
          <input type="hidden" name="submitForm" value="yes">
          <input type="hidden" name="bitIsFirstPage" value="0">
          <input type="hidden" name="isFirstAuthorizedRequest" value="0">
          <input type="hidden" name="entryPoint" value="">
          <input type="hidden" name="token"
            value="eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNo0kTtuFUAMRffyagrP-J_O488-HiJFGoRIkJAQe2dSUNo6M-fK98_j_dfXx8sjfa9epaYItMHiBJsc0qBB43p8eXx7fjwvKUeNpztkgJ2PbzmlImcLHi1qA1DdIZuMD9osWawwB0zQp3dFKgtZqIqRp_am7ADkM-ya1ZOkOzfhRI00APk6UyKFsFNmzPyEBkibxwrWMw1WQ2XT7J7MVwMbetS5bhhKpBRUKFDa4V6JwaSw0Qut1g06KYI7llzKW-A-guCFnZiwVHzlFd-0QojpE03bDGTc4345nmkYEX6hWNsVM-zihEWfrmkiGsXrS24unEvvYq-th6aFw8p0yhdMH245uIYJDvm5pXTNwTj3NNkLgKeycpG77HWsrfocj9vU2_v7Z6WvPz-eb9_v_Pr7x-NliSFv38QXeH78X2wg_vsPAAD__w.A3v8ABeb9Vw4eZHi9MYhFdY4K5zwjzusdbSKTDlLeuY">
          <input type="hidden" name="evtAuthToken" value="">
          <input type="hidden" id="clientTimeZone" name="clientTimeZone" value="Australia/Sydney">
          <input type="hidden" id="tmzRedLight" name="tmzRedLight" value="stop" disabled="disabled">
          <input type="hidden" name="throttleID" value="C155BEFF-985F-7735-DC2EE02CCC697562">
          <input type="hidden" name="insertKey" value="C155E3CAFB96449D658A1B2D7A853052"> <input type="hidden" name="r123_url__R123_DOMAIN" value="redhat"> <input type="hidden" name="r123_url__PKformID" value="0x790686abcd">
        </td>
      </tr>
      <script type="text/javascript">
        jQuery(document).ready(function() {
          jQuery("#cmdTimezone").on('click', function() {
            var tmz = jQuery("#evt_frn_tmz_id option:selected").val();
            jQuery("#clientTimeZone").val(tmz); // add timezone as hidden variable
            jQuery('#submitForm').prop('disabled', true);
            jQuery('#tmzRedLight').prop('disabled', false); // use to prevent session form to move forward on timezone change.
            document.getElementById("formProfileForm").submit();
            return false;
          });
          $regFormSubmitButton = jQuery('.regFormSubmitButton');
          $formProfileForm = jQuery('form[name="formProfileForm"]');
          var buttonId = "";
          jQuery('input[type=submit]').click(function(evt) {
            buttonId = evt.target.id;
          });
          jQuery('.certain-error-messages').find('a').first().focus();
          $formProfileForm.submit(function(evt) {
            var submitId = buttonId;
            // 508 compliance announce the page is being submitted append after the continue button
            jQuery("#c_alert_form_submit").css('display', 'block');
            $btn = jQuery('#' + submitId);
            $btn.prop('disabled', true);
            $formProfileForm.append('<input type="hidden" name="' + $btn.attr('name') + '" value="' + $btn.attr('value') + '">');
            return true;
          });
        })

        function reEnableSubmit() {
          $regFormSubmitButton.attr('disabled', false);
        }
      </script>
      <tr>
        <td align="center">
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

Top

We use cookies on our websites to deliver our online services. Details about how
we use cookies and how you may disable them are set out in our Privacy
Statement. By using this website you agree to our use of cookies.



Red Hat Virtual Hands-on Workshop


ENTERPRISE-READY KUBERNETES, DELIVERED IN AWS

Thursday 11 May 2023 | 10.00 am to 02.00 pm AEST

Red Hat Virtual Hands-on Workshop


ENTERPRISE-READY KUBERNETES, DELIVERED IN AWS

Thursday 11 May 2023 | 10.00 am to 02.00 pm AEST

Share

         

 * Overview
 * Event Details
   
   
   
 * Register


OVERVIEW

Enterprise-ready Kubernetes, delivered in AWS

Delivering and managing modern applications presents a complex set of
challenges. Join us for a complimentary workshop on how to adopt and maintain
applications that are built to be scalable and resilient in the world’s leading
cloud platform, AWS.

Containers provide a unique opportunity to create a new type of architecture
that brings speed and security in new ways to the enterprise. Traditional
development and management perspectives struggle to address contemporary
architectures. This, combined with a lack of skills in the marketplace, have
created new risks and operational headaches for IT professionals.

Get hands-on with this jointly-developed and maintained ecosystem, ask
questions, follow along with the demo and create your project in the console to
get a feel for how a properly robust platform will streamline the work of your
teams. Get all the benefits of Site Reliability Engineering run jointly by AWS
and Red Hat with no risk.

This workshop will cover:

 * Get an introduction and overview to Red Hat OpenShift Service on AWS
 * Deploy a node.js based application via S2I and Kubernetes Deployment objects
 * Explore networking within Kubernetes and applications
 * Gain familiarization with OpenShift and Kubernetes functionality via a
   deployed app on Red Hat OpenShift Service on AWS

If you’re a system architect, developer, or operations engineer who wants to
learn more about putting containers to work for you, register now!

Date: Thursday 11 May 2023 | 10.00 am to 02.00 pm AEST

Who: This 4-hour, live online workshop is ideal for developers, architects and
operations engineers who need a flexible and proven platform to build, deploy
and scale applications. To make the most of your time, we’ve limited the number
of participants in this session.

Prerequisites:

 * Access to an AWS subscription and Red Hat OpenShift on AWS environment which
   will be provided during the lab. You will receive access at the beginning of
   the workshop.
 * A personal GitHub account. You can sign up for free here.
 * Ability to make an SSH connection to our labs. This can be done natively with
   a Mac or Linux machine or with the optional OpenSSH client or other
   third-party software on a Windows 10 or later machine. The SSH connection
   will be to a cloud hosted machine, so ensure that VPNs or proxies on your
   device do not restrict this connection.

Get experience and an informed view of Red Hat OpenShift Service on AWS. Confirm
your spot in this limited attendance workshop. Register today to save your seat.

If you have any questions about this event, please contact Rebecca Innes at
rinnes@redhat.com.


EVENT REGISTRATION


Register now to attend.




First Name * Last Name * Work Email * Mobile Number * Company Name * Country *
Australia New Zealand State/Province * ACT NSW NT QLD SA TAS VIC WA Auckland Bay
of Plenty Canterbury Chatham Islands Christchurch Dunedin Gisborne Hamilton
Hawke's Bay Invercargill Manawatu-Whanganui Marlborough Napier Nelson New
Plymouth Northland Otago Southland Taranaki Tasman Waikato Wellington West Coast
Department * IT - Applications / DevelopmentIT - Business IntelligenceIT -
DatabaseIT - Desktop / Help DeskIT - NetworkIT - OperationsIT - Project
ManagementIT - Quality / TestingIT - Risk / Compliance / SecurityIT - Server /
StorageIT - TelecomIT - WebCustomer Service / Call CenterExecutive
OfficeFinanceHuman ResourcesLegalMarketing CommunicationsResearch &
DevelopmentSales Job Role * Account
ExecutiveAccountingAnalystArchitectAssistantAutomation
ArchitectCDOCEOCFOChairmanChief ArchitectChief ScientistCIOCISOCMOCompliance
OfficerConsultantCOOCTOData ScientistDatabase
AdministratorDeveloperDirectorEngineerExecutiveFinanceGeneral CounselIndustry
AnalystIT AuditorLawyerLegal ServicesManagerMediaNetwork
AdministratorOwnerPartnerPresidentPressProcurementProduct
ManagerProgrammerPurchasingSolicitorStudentSystem AdministratorVice
PresidentWebmaster

This event is co-hosted in partnership with AWS and Red Hat. As a result, both
Red Hat and AWS are collecting your personal data when you submit such
information as part of the registration process above. For more information on
each party’s privacy practices, please see: Red Hat’s Privacy Statement | AWS
privacy policy below.

 Red Hat’s Privacy Statement | AWS Privacy Statement

You can stop receiving marketing emails by clicking the unsubscribe link in each
email or withdraw your consent at any time in the preference center. See Privacy
Statement for details.
 

Red Hat may use your personal data to inform you about its products, services,
and events *

Notify me about products, services, and events Unsubscribe me from all marketing
communications about Red Hat products, services, and events, including event
invitations. Previously selected

HiddenFiled-Email-F_FormData_OptIn HiddenFiled-Email-F_FormData_OptIn



TacticID_External TacticID_Internal TacticID_Personalized                      
         

 



Please verify that you are not a robot.

 


EVENT DETAILS

Date: Thursday, 11 May 2023 Time: 10:00am to 2:00pm AEST Duration : 4 Hours
including hands-on labs


RED HAT LEGAL AND PRIVACY LINKS

 * About Red Hat
 * Jobs
 * Events
 * Locations
 * Contact Red Hat
 * Red Hat Blog
 * Diversity, equity, and inclusion
 * Cool Stuff Store
 * Red Hat Summit

© 2023 Red Hat, Inc.


RED HAT LEGAL AND PRIVACY LINKS

 * Privacy statement
 * Terms of use
 * All policies and guidelines
 * Digital accessibility